import { DeviceBreakpointsType } from '../../../types/breakpoints/breakpoints';
interface Configuration {
    [key: string]: {
        flexReverse: boolean;
        reverse: boolean;
    };
}
export declare const getOrderConfiguration: (tabInverse: DeviceBreakpointsType[], orderInverse: DeviceBreakpointsType[]) => Configuration;
export {};
