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