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