import { IconProps } from 'a-base-icon/lib/icon'; declare function DashboardFilled(componentProps: IconProps): JSX.Element; declare namespace DashboardFilled { var displayName: string; } export default DashboardFilled;