export interface IconStyle {
    code: string;
    color?: string;
    fontSize?: string;
    position?: 'left' | 'right';
    backgroundColor?: string;
    shape?: 'circular' | 'rounded-square';
}
//# sourceMappingURL=icon-style.model.d.ts.map