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