import { default as React } from 'react'; import { SelectProps } from './Select.types'; export type { SelectProps, SelectOption } from './Select.types'; export declare const Select: React.NamedExoticComponent; //# sourceMappingURL=index.d.ts.map