/**
 * Compare two values (if values from the incoming object are bigger fallback to the compared values)
 */
import { IRowSize, ISanitizeResponsiveConfigResult, IStepSize } from "../../Carousel.interfaces";
export declare const compareValues: (incomingValue: IRowSize, valueToCompare: ISanitizeResponsiveConfigResult) => IStepSize;
