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