///
export declare const DEFAULT_COLORS: {
readonly color: "#8C9196";
readonly checkedColor: "#1F88D0";
readonly disabledColor: "#C7C7CC";
};
export declare const SIZE_CONFIG: {
readonly small: {
readonly iconSize: 15;
readonly maxWidth: "24px";
};
readonly medium: {
readonly iconSize: 18;
readonly maxWidth: "28px";
};
readonly large: {
readonly iconSize: 20;
readonly maxWidth: "32px";
};
};
export declare const StyledRadioCheckedIcon: import("@emotion/styled").StyledComponent & import("react").ClassAttributes & import("react").HTMLAttributes, {}, {}>;
export declare const StyledRadio: import("@emotion/styled").StyledComponent & {
iconSize?: number | undefined;
checkedColor?: string | undefined;
disabledColor?: string | undefined;
hoverColor?: string | undefined;
}, {}, {}>;