import type { IComboboxProps } from "../Combobox/Combobox.types"; export declare type IElement = HTMLElement; export interface ICheckboxComboboxProps extends IComboboxProps { }