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