import { HTMLStencilElement } from "../stencil-public-runtime";
export declare function clipboard(dataUrl: string): Promise<boolean>;
export declare const appendTemp: (elements: Element[], temp: HTMLElement) => HTMLElement;
export declare const getElements: (hostHTMLElement: HTMLStencilElement) => {
    elements: Element[];
};
export declare const getCanvas: (element: HTMLElement, config: any) => Promise<HTMLCanvasElement>;
