import { InputPanelProps } from '../input-panel/types.cjs';
export type CheckboxPanelProps = Omit<InputPanelProps, "type">;
