/// import { FontSize } from "../../../styles/theme.interface"; export interface SkeletonTextProps { width?: string; size?: FontSize; } export declare const SkeletonText: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & SkeletonTextProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;