import { SVGProps } from 'react';

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

export { Datum as default };
