import * as React from "react"; import { IconProps } from '../lib'; declare const Note: (props: IconProps) => React.JSX.Element; export default Note; //# sourceMappingURL=Note.d.ts.map