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