import type { PropType } from 'vue';
import type { FormSelectOption } from '@vuecs/form-controls';
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    type: {
        type: StringConstructor;
    };
    types: {
        type: PropType<(FormSelectOption | string)[]>;
    };
}>, {
    option: import("vue").Ref<string, string>;
    options: import("vue").ComputedRef<FormSelectOption[]>;
    pick: (val: string) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "pick"[], "pick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    type: {
        type: StringConstructor;
    };
    types: {
        type: PropType<(FormSelectOption | string)[]>;
    };
}>> & Readonly<{
    onPick?: (...args: any[]) => any;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=APolicyTypePicker.vue.d.ts.map