import { FunctionComponent } from 'react';
import { WebSkeletonProps } from "../../types";
export declare const Skeleton: FunctionComponent<Partial<WebSkeletonProps>>;
