import { CheckboxProps } from "../Checkbox"; export declare function Radio(props: CheckboxProps): import("solid-js").JSX.Element;