import { VariantStyle } from '../types'; /** * Merging two or more consecutive styles/props into one if they * belong to the same variant */ export declare const reduce: (variantStyles: VariantStyle[]) => VariantStyle[];