import { FunctionalComponent } from 'vue'; export declare const LOADER_CLASSES: string[]; interface ContainerProps { col?: boolean; } export declare const Loader: { Base: FunctionalComponent<{}, {}, any, {}>; Circle: FunctionalComponent<{}, {}, any, {}>; Text: FunctionalComponent<{}, {}, any, {}>; Wrapper: FunctionalComponent<{}, {}, any, {}>; Container: FunctionalComponent; }; export {};