type CardProps = { classList?: any; class?: any; children?: any; bordered?: boolean; rised?: boolean; title?: any; style?: any; bodyStyle?: any; footer?: any; }; export declare function Card(props: CardProps): import("solid-js").JSX.Element; export {};