import type { ListBoxChangePayload, ListBoxOptions } from "../ListBox/ListBox.types.js"; export interface ListBoxProps extends Omit, Record { } export interface ListBoxChangeDetail extends ListBoxChangePayload { } export declare function registerListBoxElement(): CustomElementConstructor | undefined; //# sourceMappingURL=listbox.d.ts.map