import { FunctionalComponent } from '../stencil-public-runtime'; interface SkeletonProps { component?: string; height?: string | number; width?: string | number; className?: string; styles?: { [key: string]: any; }; } export declare const Skeleton: FunctionalComponent; export default Skeleton;