export default Skeleton;
declare function Skeleton({ animation, component: Component, height, width, variant, style, className, ...rest }: {
    [x: string]: any;
    animation?: string | undefined;
    component?: string | undefined;
    height: any;
    width: any;
    variant?: string | undefined;
    style?: {} | undefined;
    className?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Skeleton.d.ts.map