export declare type LoadingIndicatorProps = { color?: string; backgroundColor?: string; size?: number; width?: number; }; export declare const LoadingIndicator: ({ size, width, backgroundColor, color, }: LoadingIndicatorProps) => JSX.Element; //# sourceMappingURL=LoadingIndicator.d.ts.map