/// declare const Card: { ({ children, classes, ...restProps }: any): JSX.Element; Body({ children, classes, ...restProps }: any): JSX.Element; Title({ children, classes, ...restProps }: any): JSX.Element; Text({ children, classes, ...restProps }: any): JSX.Element; Img({ src, alt, classes, ...restProps }: any): JSX.Element; Footer({ children, classes, ...restProps }: any): JSX.Element; }; export { Card };