import type { IconProps } from '../types/index'; declare function SvgDashboard(iconProps: IconProps): JSX.Element; declare namespace SvgDashboard { var displayName: string; } export default SvgDashboard;