/// export interface Props { lines?: number; } export declare function SkeletonText({ lines }: Props): JSX.Element;