declare const CopyText: ({ children }: { children: string; }) => import("react/jsx-dev-runtime").JSX.Element; declare const CopyButton: ({ value }: { value: string; }) => import("react/jsx-dev-runtime").JSX.Element; export { CopyText, CopyButton }; //# sourceMappingURL=index.d.ts.map