import type { PROTOCOLS_TO_ROUTE_RULES } from '../../constants'; import { type ExpressionsRouteRulesFields, type SharedRouteRulesFields } from '../../types'; type __VLS_Props = { protocols: keyof typeof PROTOCOLS_TO_ROUTE_RULES; hideAdvanced?: boolean; readonly?: boolean; showExpressionsModalEntry?: boolean; }; type __VLS_ModelProps = { 'fields': SharedRouteRulesFields & ExpressionsRouteRulesFields; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare var __VLS_17: { expression: { value: string; update: (value: string) => void; }; state: import("../../types").ExpressionsEditorState; }; type __VLS_Slots = {} & { 'after-expressions-editor'?: (props: typeof __VLS_17) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:fields": (value: SharedRouteRulesFields & ExpressionsRouteRulesFields) => any; notify: (args_0: { message: string; type: string; }) => any; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:fields"?: ((value: SharedRouteRulesFields & ExpressionsRouteRulesFields) => any) | undefined; onNotify?: ((args_0: { message: string; type: string; }) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ExpressionsRules.vue.d.ts.map