interface Props {
    warning: boolean;
    error: boolean;
}
export declare const Counter: import("styled-components").StyledComponent<any, any, object & {
    size: number;
    format: string;
} & Props, string | number | symbol>;
export {};
