export declare const StyledRadioButtonGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & { $activeColour: string; $inactiveColour: string; $fontFamily: string; $fontSize: number; $fontWeight: string; $fontStyle: string; $color: string; $className: string; }, never> & Partial & { $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>;