export interface TextLoadingProps { text?: string; className?: string; prefixCls?: string; } declare const TextLoading: (props: TextLoadingProps) => JSX.Element; export default TextLoading;