/// export declare const Wrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { $disabled?: boolean | undefined; $isError?: boolean | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledRadio: import("@emotion/styled").StyledComponent & import("react").RefAttributes & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>; export declare const Content: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const Label: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLLabelElement>, {}>;