import { FC } from 'react'; export declare const Skeleton: FC; interface IProps { height?: string; } export {}; //# sourceMappingURL=Skeleton.d.ts.map