import React from 'react'; export interface CopyTextProps { text: string; hasIcon?: boolean; renderText?: boolean; className?: string; } declare const _default: React.MemoExoticComponent<({ text, renderText, hasIcon, className }: CopyTextProps) => JSX.Element>; export default _default;