import { DialogConfig } from './props'; declare const service: { (options?: DialogConfig): any; initCtx(ctx?: {}): void; }; export default service;