/// import { RadioControlProps } from '../types'; export declare function RadioControl({ active, label }: RadioControlProps): JSX.Element;