import { default as React } from 'react'; interface Props { width?: number; } export declare function Skeleton({ width }: Props): React.JSX.Element; export {};