import { SVGProps } from 'react';

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

export { Data as default };
