import { LBTyp } from '../props'; import '../style/load-balancer'; declare const _default: import("vue").DefineComponent<{ policyField: { type: StringConstructor; default: string; }; typeField: { type: StringConstructor; default: string; }; poolField: { type: StringConstructor; default: string; }; addressField: { type: StringConstructor; default: string; }; disableLb: { type: BooleanConstructor; default: boolean; }; ipPool: { type: import("vue").PropType; default: () => {}; }; }, { LBTyp: typeof LBTyp; trafficPolicyOptions: import("../props").ExternalTrafficPolicy[]; lbTypOptions: LBTyp[]; poolNames: import("vue").ComputedRef; showIpPool: import("vue").ComputedRef; allowRangeHelper: import("vue").ComputedRef; ipSchema: import("vue").ComputedRef>; ipValidate: () => Promise; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: () => {}; }; }>>, { policyField: string; typeField: string; poolField: string; addressField: string; disableLb: boolean; ipPool: import("../props").IpPool; }>; export default _default;