function Caption(props) {
  const {
    children, as: Component, className, dataName, ...other
  } = props;