export declare class Divider { private text; element: HTMLElement; constructor(text?: string); setText(text: string): void; destroy(): void; }