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