import React from 'react'; interface DashboardIconProps { className?: string; size?: number; color?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function DashboardIcon({ className, size, color }: DashboardIconProps): React.JSX.Element; export {}; //# sourceMappingURL=dashboard-icon.d.ts.map