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