import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface DashboardIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function DashboardIcon({ size, color, style, className, ...props }: DashboardIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DashboardIcon.d.ts.map