import * as React from 'react'; import { type SelectProps, type SelectRef } from './Select.types'; export declare const SELECT_DROPDOWN_TEST_ID = "bezier-select-dropdown"; export declare const Select: React.ForwardRefExoticComponent>; //# sourceMappingURL=Select.d.ts.map