interface dpStatus { option?: object | string; hash?: string; result?: string; } declare const _default: { Schema: (option: any) => void; Base: (option: any) => void; Alert: (option: any) => Promise; Confirm: (option: any) => Promise; Prompt: (option?: any) => Promise; Img: (option: any) => Promise; Action: (option: any) => Promise; Pin: (option: any) => Promise; success: (option: any, time: any, hasMark: any) => any; error: (option: any, time: any, hasMark: any) => any; warn: (option: any, time: any, hasMark: any) => any; loading: (option: any, time: any, hasMark: any) => any; }; export default _default;