import React, { InputHTMLAttributes } from 'react'; import { RadioStyledProps } from './styled'; export type RadioProps = RadioStyledProps & InputHTMLAttributes; export declare const Radio: React.ForwardRefExoticComponent & React.RefAttributes>;