import { FC } from 'react'; type SkeletonBarProps = { width?: number | string; height?: number | string; }; declare const SkeletonBar: FC; export default SkeletonBar;