/// import type { RadioButtonSize } from './type'; /** Decorative checked-state icon — a Part, not the interactive root. */ export declare const RadioButtonCheckedIcon: import("@emotion/styled").StyledComponent & import("react").ClassAttributes & import("react").HTMLAttributes, {}, {}>; export declare const RadioButtonStyled: import("@emotion/styled").StyledComponent & { $iconSize?: number | undefined; $checkedColor?: string | undefined; $disabledColor?: string | undefined; $hoverColor?: string | undefined; $maxWidth?: string | undefined; }, {}, {}>; export declare function getRadioButtonSizeConfig(size?: RadioButtonSize): { readonly iconSize: 15; readonly maxWidth: "24px"; readonly muiSize: "small"; } | { readonly iconSize: 18; /** Decorative checked-state icon — a Part, not the interactive root. */ readonly maxWidth: "28px"; readonly muiSize: "medium"; } | { readonly iconSize: 20; readonly maxWidth: "32px"; readonly muiSize: "medium"; };