import type { TokenAmount } from '@lifi/sdk'; import type { FormTypeProps } from '../../stores/form/types.js'; export declare const PriceFormHelperTextCustom: ({ formType, route }: any) => import("react/jsx-runtime").JSX.Element; export declare const PriceFormHelperTextBase: React.FC;