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