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