export declare const DEFAULT_OPTIONS: {
  selector: string;
  show: boolean;
  mask: boolean;
  message: string;

  forbidClick: boolean;
  zIndex: number;
  type: string;

  loadingType: string;
  position: string;
  duration: number;
};
export declare const DEFAULT_KEY = 'message';
