export declare enum ClipboardType {
    Text = "text/plain",
    HTML = "text/html"
}
