import { FC } from 'react'; import { RadioPanelGroupProps } from './types.js'; /** * @deprecated bruk heller {@link FieldGroup} */ export declare const RadioPanelGroup: FC;