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