type Props = { type?: 'fade' | 'scale'; }; export declare const CircleDotsLoader: ({ type }: Props) => import("react/jsx-runtime").JSX.Element; export {};