///
export interface SkeletonCardProps {
theme?: any;
height?: string;
}
export declare const SkeletonCard: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & SkeletonCardProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;