import { IrisTheme } from '../../themes';
interface Props {
    size: string;
    format: string;
    theme: IrisTheme;
}
export declare const LoaderCircular: import("styled-components").StyledComponent<"div", any, Props, never>;
export {};
