import { Ref } from 'vue'; import { SelectInputProps } from '.'; export type ContentContextProps = SelectInputProps; export declare function useSelectInputContext(): Ref; export declare function useSelectInputProvider(context: Ref): void;