import { IconProps } from '../lib';
declare function Note(props: IconProps): JSX.Element;
export default Note;
