import { FC } from "react"; export interface SkeletonProps { height?: string; } export declare const SkeletonLine: FC;