import { default as React } from 'react';
import { RadioPanelProps } from './types.cjs';
export declare const RadioPanel: React.ForwardRefExoticComponent<RadioPanelProps & React.RefAttributes<HTMLInputElement>>;
