export function Card(props: any): JSX.Element; export namespace Card { namespace propTypes { const children: PropTypes.Validator; const className: PropTypes.Requireable; const fullWidth: PropTypes.Requireable; const style: PropTypes.Requireable; const title: PropTypes.Requireable; const footer: PropTypes.Requireable; const margin: PropTypes.Requireable; } const displayName: string; } export default Card; import PropTypes from "prop-types"; //# sourceMappingURL=Card.d.ts.map