import { TrafficSource } from '../../services/traffic/types'; import { SpecInterfaceFactory } from '../../services/openapi-read-patch-interface'; export declare function Update(props: { source: TrafficSource; specInterfaceFactory: SpecInterfaceFactory; }): JSX.Element; //# sourceMappingURL=update.d.ts.map