/// type RectangularSkeleton = { height: string; width?: string; ariaLabel?: string; }; export declare function RectangularSkeleton(props: RectangularSkeleton): JSX.Element; export {};