import { As, Props } from '../../system';
import { ListBoxBaseElement, ListBoxBaseOptions } from '../ListBoxBase';
export declare type ListBoxOptions<T extends As = ListBoxBaseElement> = Omit<ListBoxBaseOptions<T>, 'state'>;
export declare type ListBoxProps<T extends As = ListBoxBaseElement> = Props<ListBoxOptions<T>>;
export declare const ListBox: import("../../system").Component<ListBoxOptions<"div">>;
//# sourceMappingURL=ListBox.d.ts.map