import * as React from "react"; export declare const RadioButton: (props: { children?: string | number | boolean | {} | React.ReactElement React.ReactElement React.Component)>) | (new (props: any) => React.Component)> | React.ReactNodeArray | React.ReactPortal | React.ReactNode[]; name: string; selected: boolean; disabled?: boolean; onChange: (checked: boolean) => void; }) => JSX.Element;