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