///
export declare const InlineLoader: import("react").ForwardRefExoticComponent<{
color?: "text" | "secondary" | "foreground" | undefined;
} & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "color"> & import("react").RefAttributes>;
//# sourceMappingURL=InlineLoader.d.ts.map