import { type LoadingContainerElProps } from "../html/index.js"; type LoadingBusinessProps = Pick & { text?: string; size?: "sm" | "default" | "lg"; }; export declare function LoadingBusiness({ variant, size, text, }: LoadingBusinessProps): import("react").JSX.Element; export {}; //# sourceMappingURL=loadingBusiness.d.ts.map