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