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