import type { LoadingState } from './types'; /** * Scalar Loading Component * * Displays a loading state for the application * * @example * import { ScalarLoading, useLoadingState } from '@scalar/components' * * const loader = useLoadingState() * loader.start() * ... * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ loader?: LoadingState; size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full" | undefined; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ loader?: LoadingState; size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full" | undefined; }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarLoading.vue.d.ts.map