import React from "react"; import "./index.scss"; export declare function copyToClipboard(str: string): void; export declare function LinkCopy({ route, children }: { route: any; children: any; }): React.JSX.Element; //# sourceMappingURL=index.d.ts.map