import type { ShowToastParams } from "../Toast"; export declare function copyTextToClipboard(text: string, toastConfig?: ShowToastParams): void;