import * as React from "react";
import type { Props } from "./types";
export declare const StyledLabel: import("styled-components").StyledComponent<({ disabled, theme, type, hasError, ...props }: any) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
declare const Radio: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLInputElement>>;
export default Radio;
