import { ReactElement } from 'react';
export declare function ListItem<a>(listItemInputProps: any): ReactElement;
export declare function ComboBox<a>(comboBoxInputProps: any): ReactElement;
export default ComboBox;
export declare function Entry(): ReactElement;
//# sourceMappingURL=ComboBox.fs.d.ts.map