/// <reference types="react" />
export declare const IconButtonGroup: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<any, {
    isSingle?: boolean | undefined;
    withMargin?: boolean | undefined;
}>> | (import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<any, {
    isSingle?: boolean | undefined;
    withMargin?: boolean | undefined;
}>> & Omit<any, keyof import("react").Component<any, {}, any>>);
