import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const PrintOutlined: React.MemoExoticComponent>; declare type PrintOutlinedRef = PathIconRef; declare type PrintOutlinedProps = PathIconProps; export { PrintOutlined }; export type { PrintOutlinedRef, PrintOutlinedProps }; export default PrintOutlined;