import { IconProps } from '../types';
declare const Note: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
export default Note;
//# sourceMappingURL=Note.d.ts.map