import type { ForwardRefPrimitive } from '../types'; import type { BaseSelectProps } from '../types/select'; export declare const Select: ForwardRefPrimitive;