LabelAppearance: Partial<z.input<typeof labelAppearanceSchemaBase>> & {
    iconScale?: number | Interpolation<"zoom-level", number[]>;
}