import * as React from "react"; import { SkeletonProps } from "./skeleton.type"; declare const Skeleton: React.FunctionComponent; export { Skeleton };