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