import { SVGProps } from 'react'; declare const Digitalnote: (props: SVGProps) => JSX.Element; export { Digitalnote as default };