import * as React from "react"; import { IconProps } from '../lib'; declare const Printer: (props: IconProps) => React.JSX.Element; export default Printer; //# sourceMappingURL=Printer.d.ts.map