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