import { SVGProps } from 'react';

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

export { Dmarket as default };
