import { SelectProps } from '../select';
import { HttpRequestOptions } from '@yanzhen-lowcode/core';
export declare const selectApis: {
    "column-option-set-query": symbol;
};
export declare function provideSelectApi(props: Partial<SelectProps>): {
    getColumnOptionSetQuery: (options?: Partial<HttpRequestOptions>) => any;
};
