import React from 'react';
import { FunCheckoutStep } from '~/modals/CheckoutModal/stepTransition';
interface FunCheckoutModalHeightAnimationWrapperProps {
    children: React.ReactNode;
    checkoutStep?: FunCheckoutStep;
}
export declare const mapHeightToCheckoutStep: Partial<Record<FunCheckoutStep, number>>;
export declare function FunCheckoutModalHeightAnimationWrapper({ children, checkoutStep, }: FunCheckoutModalHeightAnimationWrapperProps): React.JSX.Element;
export {};
