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