import { SVGProps } from 'react';

declare const Digitalnote: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Digitalnote as default };
