import type { ReactNode } from 'react'; export type OptionType = [ value: TValue, label: TLabel, selected?: boolean, disabled?: boolean, type?: 'heading' | 'divider' | 'option', url?: string ]; //# sourceMappingURL=OptionType.d.ts.map