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