/// import { IconProps } from '../../types'; declare const Note: (allProps: IconProps) => JSX.Element; export default Note;