import { IconProps } from '../lib';
declare function Printer(props: IconProps): JSX.Element;
export default Printer;
