import { FieldGroupProps } from '../input-group/index.cjs'; import { InputPanelProps } from '../input-panel/types.cjs'; export type RadioPanelProps = Omit; /** * @deprecated bruk heller {@link FieldGroupProps} */ export type RadioPanelGroupProps = FieldGroupProps;