export function Caption({ children, attributes, groupCaption }: { children: any; attributes: any; groupCaption: any; }): JSX.Element; export namespace Caption { namespace propTypes { const children: PropTypes.Validator; const attributes: PropTypes.Requireable; const groupCaption: PropTypes.Requireable; } } export default Caption; import PropTypes from "prop-types";