export declare function addStyleToObj({ properties, value, styleObj, conversionType, }: { properties?: string[]; value: string | number; styleObj: Record; conversionType?: string | undefined; }): void;