/// declare module Configs { function customAlert(title: any, content: any, func: any, cancel: any, focus: any, icon: any): void; function create_mask(): void; function remove(): void; }