import * as React from 'react'; import { TwoTonedIcon } from '../iconTypes'; declare const IconBoxNotes: ({ className, height, title, width }: TwoTonedIcon) => React.JSX.Element; export default IconBoxNotes;