export declare class LoaderManagment { loaderBkp: HTMLDivElement; loaderElement: HTMLDivElement; boxShow: HTMLDivElement; P: string; constructor(P: string); enable(): void; disable(): void; }