export declare function checkClipboardTypes(type: DOMStringList | ReadonlyArray<string>, item: string): boolean;
export declare function isPastedFile(rawEvent: ClipboardEvent): boolean;
