import { FC, PropsWithChildren } from 'react'; export declare const FeeEstimationBox: FC; export declare const FeeEstimationBoxWithDeploy: FC; interface FeeEstimationBoxWithInsufficientFundsProps extends PropsWithChildren { userClickedAddFunds: boolean; } export declare const FeeEstimationBoxWithInsufficientFunds: FC; export {};