export declare const requestClipboardReadAccess: () => Promise; export declare const getClipboardItemsAsDataTransfer: () => Promise; export declare const fallbackCopyTextToClipboard: (text: string, styled?: boolean) => void; export declare const copyToClipboard: ({ textHtml, textPlain }: { textHtml?: string; textPlain: string; }) => Promise; //# sourceMappingURL=clipboard.d.ts.map