/// import { IconProps } from '../../types'; declare const Printer: (allProps: IconProps) => JSX.Element; export default Printer;