export { RouteArgs, RouteState } from "./route";
export type Route = import("./route").Route;
export declare const Route: typeof import("./route").Route;
export { SelfIpArgs, SelfIpState } from "./selfIp";
export type SelfIp = import("./selfIp").SelfIp;
export declare const SelfIp: typeof import("./selfIp").SelfIp;
export { VlanArgs, VlanState } from "./vlan";
export type Vlan = import("./vlan").Vlan;
export declare const Vlan: typeof import("./vlan").Vlan;
