/// export declare const Copyable: import("react").ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined; className?: string | undefined; children?: import("react").ReactNode; } & Omit & { value: string; children?: import("react").ReactNode; tooltipMessage?: string | undefined; iconProps?: Partial | undefined; } & import("react").RefAttributes>;