import type { SVGProps } from "react"; export interface ClipboardInfoIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function ClipboardInfoIcon({ className, size, color, ...props }: ClipboardInfoIconProps): import("react").JSX.Element; //# sourceMappingURL=clipboard-info-icon.d.ts.map