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