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