type StyledRadioProps = { isError?: boolean; }; export declare const StyledRadio: import("@emotion/styled").StyledComponent; export {};