export type IClipboard = new(selector: string, options: { text: string | Function, [key: string]: any}) => IClipboard;
