export declare const loading: { init: (config: any) => void; create: (title?: any, config?: any) => { close: () => void; }; };