import { SVGProps } from 'react';

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

export { Dash as default };
