export default Radio; declare function Radio({ checked, disabled, text, helpText, ...props }: { [x: string]: any; checked: any; disabled: any; text: any; helpText: any; }): import("react/jsx-runtime").JSX.Element;