declare const NoteDefs: ({ fill, prefix, size }: { fill: any; prefix: any; size: any; }) => import('react').ReactSVGElement; export default NoteDefs;