import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const ClipboardImageIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { ClipboardImageIcon, ClipboardImageIcon as default };
//# sourceMappingURL=ClipboardImage.d.ts.map