/**
 * Copyright (c) Paymium.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root of this projects source tree.
 */
export declare const shrinkStyles: {
    on: import("@crossed/styled").CrossedMethods<{
        base: {
            flexShrink: number;
        };
    }>;
    off: import("@crossed/styled").CrossedMethods<{
        base: {
            flexShrink: number;
        };
    }>;
};
export declare const growStyles: {
    on: import("@crossed/styled").CrossedMethods<{
        base: {
            flexGrow: number;
        };
    }>;
    off: import("@crossed/styled").CrossedMethods<{
        base: {
            flexGrow: number;
        };
    }>;
};
//# sourceMappingURL=flex.d.ts.map