import { StatusTypes } from '@cds/core/internal'; export interface IconAttributes { iconShape: string | undefined; iconStatus: StatusTypes; ariaLabel: string; }