export declare const RadioItem: import("styled-components").StyledComponent<"input", any, {
    type: "radio";
} & {
    isClassic?: boolean | undefined;
}, "type">;
export declare const LabelItem: import("styled-components").StyledComponent<"label", any, {
    htmlFor: string;
    css?: string | undefined;
}, never>;
