import React from 'react';
import { WithdrawalModalStep } from '../../modals/WithdrawalModal/types';
interface WithdrawalModalHeightAnimationWrapperProps {
    children: React.ReactNode;
    withdrawalStep: WithdrawalModalStep;
}
export declare function WithdrawalModalHeightAnimationWrapper({ children, withdrawalStep, }: WithdrawalModalHeightAnimationWrapperProps): React.JSX.Element;
export {};
