import { ForwardRefExoticComponent, RefAttributes } from 'react'; export interface LoadingIndicatorProps extends Omit, "color"> { indicator: React.ReactNode; } export declare const LoadingIndicator: ForwardRefExoticComponent>; //# sourceMappingURL=LoadingIndicator.d.ts.map