import { DefaultOptons, Options } from "../types/index"; declare class loadInit { data: DefaultOptons; loading_circle: HTMLElement; mask: HTMLElement; constructor(options: Options); config(): void; private init; add(): void; structText(type: number): void; cssText(type: number): void; remove(): void; } export { loadInit };