/// <reference types="react" />
export declare const StyledRadioButtonGroup: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<any, {
    $activeColour: string;
    $inactiveColour: string;
    $fontFamily: string;
    $fontSize: number;
    $fontWeight: string;
    $fontStyle: string;
    $color: string;
    $className: string;
}>> & Omit<(props: any) => import("react").JSX.Element, keyof import("react").Component<any, {}, any>>;
