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