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