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