export type DropdownTriggerSize = 'small' | 'medium' | 'large'; export type DropdownValidationState = 'error' | 'warning' | 'success';