///
import { IColors } from '../../types/theme';
export declare const StyledRadio: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
theme: IColors;
width: number;
active: boolean;
}, import("react").DetailedHTMLProps, HTMLLabelElement>, {}>;