import { IconProps } from '../types';
declare const Note: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export default Note;
