import ResponsiveStyles from '../elements/styles'; export declare const MIN_AXIS_SIZE = 15; export declare const FIT = "fit"; export declare const FILL = "fill"; export declare const isFill: (v: any) => boolean; export declare const isFit: (v: any) => boolean; export declare const isPx: (v: string) => boolean; export declare const getPxValue: (size: string) => number; /** * Calculates the dimensions of the provided step. * Note: The provided step should be fully-hydrated (i.e. rows injected, etc.) to calculate dimensions accurately. */ export declare function calculateStepCSS(step: any): Record; export declare function calculateGlobalCSS(globalStyles: any): ResponsiveStyles; //# sourceMappingURL=hydration.d.ts.map