import type { FC, JSX } from "react"; export declare const Copy: FC<{ text?: string; json?: any; children: string | JSX.Element | JSX.Element[]; }>; //# sourceMappingURL=Copy.d.ts.map