interface CopyProps {
    text: string;
}
declare const Copy: ({ text }: CopyProps) => import("react/jsx-runtime").JSX.Element;
export { Copy };
