import React from 'react'; type Props = { $height?: string | number; $width?: string | number; $animate?: boolean; style?: React.CSSProperties; }; export declare const Skeleton: ({ $height, $width, $animate, style }: Props) => import("react/jsx-runtime").JSX.Element; export {};