import { default as React } from 'react'; export declare function copyToClipboard(str: string): void; export declare function LinkCopy({ route, children }: { route: any; children: any; }): React.JSX.Element;