import { type ComputedRef, type UnwrapRef } from 'vue'; import { type OptionsProp, type PdkElementProps, type SelectInputModelValue, type SelectOptionWithLabel } from '../../types'; export interface ElementOptionsContext { options: ComputedRef, string>[]>; } export declare const useElementOptions: > = PdkElementProps>>(props: Props) => ElementOptionsContext;