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