import type { IconProps } from "./types"; export declare const DashboardIcon: (props: IconProps) => JSX.Element;