import { default as React } from 'react'; declare const Trigger: React.ForwardRefExoticComponent<{ openDropdown: () => void; closeDropdown: () => void; size: import('../ItemPickerLegacy/ItemPickerLegacy.types').ItemPickerSize; clear?: React.ReactNode; onClear?: () => void; opened: boolean; placeholder: React.ReactNode; placeholderIcon?: React.ReactNode; error?: boolean; isObjectDeleted?: boolean; disabled?: boolean; selected?: import('@synerise/ds-list-item').ListItemProps; changeButtonLabel?: React.ReactNode; withChangeButton?: boolean; clearConfirmTitle?: string; yesText?: string; noText?: string; withClearConfirmation?: boolean; texts?: Partial; } & Pick & React.RefAttributes>; export default Trigger;