export declare const modal: { init: (config: any) => void; alert: (content: any, cb: any) => void; confirm: (content: any, cb: any) => void; };