import { Icon } from '../iconTypes';
declare const IconPrintInverted: ({ className, color, height, title, width }: Icon) => JSX.Element;
export default IconPrintInverted;
