import { SzIconType } from './SzIcon'; export interface SzIconConfig { type: SzIconType | undefined; height?: string; width?: string; fill?: string; }