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