declare const Radio: { Group: (props: import("./Radio.types").RadioGroupProps) => import("react/jsx-runtime").JSX.Element; Item: { (props: import("./Radio.types").RadioItemProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; }; export default Radio;