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