import type { SelectProps } from '../../../../types/select'; /*** Renders the shared Select trigger with the resolved option label or placeholder. */ export declare function SelectTrigger({ displayLabel, onPress, props, }: SelectTriggerProps): import("react").JSX.Element; interface SelectTriggerProps { displayLabel: string | undefined; onPress: () => void; props: SelectProps; } export {}; //# sourceMappingURL=SelectTrigger.d.ts.map