import React from 'react'; interface LoadingIndicatorProps { text?: string; } export declare const LoadingIndicator: React.FC; export {};