/// declare const StyledCard: import("styled-components").StyledComponent<({ className, children }: Readonly<{ className?: string; children?: import("react").ReactNode; }>) => JSX.Element, any, {}, never>; export { StyledCard as Card };