import { PROTOCOLS_TO_ROUTE_RULES } from '../../constants'; import { type SharedRouteRulesFields, type TraditionalRouteRulesFields } from '../../types'; type __VLS_Props = { protocols: keyof typeof PROTOCOLS_TO_ROUTE_RULES; hideAdvanced?: boolean; readonly?: boolean; configType: 'basic' | 'advanced'; }; type __VLS_ModelProps = { 'fields': SharedRouteRulesFields & TraditionalRouteRulesFields; 'customMethods': Array<{ label: string; value: string; }>; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:customMethods": (value: { label: string; value: string; }[]) => any; "update:fields": (value: SharedRouteRulesFields & TraditionalRouteRulesFields) => any; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:customMethods"?: ((value: { label: string; value: string; }[]) => any) | undefined; "onUpdate:fields"?: ((value: SharedRouteRulesFields & TraditionalRouteRulesFields) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=TraditionalRules.vue.d.ts.map