export declare class ClipboardService {
    static copyCustom(text: string): boolean;
    static selectElement(element: HTMLDivElement | null): void;
}
