/** * Gets text from data of clipboardEvent, it also works in IE and Edge browsers */ export declare function tuiGetClipboardDataText(event: ClipboardEvent, format?: string): string;