/// <reference types="react" />
export declare const Component: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
interface Props {
    warning: boolean;
    success: boolean;
    secondary: boolean;
    dark: boolean;
    danger: boolean;
    info: boolean;
    multicolor: boolean;
}
export declare const Circle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").SVGProps<SVGCircleElement>, Props>> & string;
export {};
