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