export declare const optionCommon: (props: any) => { selected: import("vue").ComputedRef; isMulti: import("vue").ComputedRef; id: string; onClick: (event: Event) => void; api: import("./DropdownContext").DropdownContextProps; el: import("vue").Ref; active: import("vue").ComputedRef; };