export interface CopyToClipboardProps { message?: string; } export declare function copy(text: string, options?: CopyToClipboardProps): boolean;