import React from 'react'; import { SkeletonProps } from './skeleton-types'; declare const useSkeleton: (component: React.ReactNode, loading?: boolean, props?: SkeletonProps) => React.ReactNode; export default useSkeleton;