import { ChakraProps } from '@chakra-ui/react'; import { PropsWithChildren } from 'react'; export declare function Title({ children, ...props }: PropsWithChildren): import("react").JSX.Element; export declare function InputAmount({ ...props }: ChakraProps): import("react").JSX.Element | null; export declare function InputToken({ children, showChevron, ...props }: PropsWithChildren): import("react").JSX.Element; export declare function MaxButton({ children, ...props }: PropsWithChildren): import("react").JSX.Element | undefined; export declare function FiatValue({ ...props }: ChakraProps): import("react").JSX.Element; export declare function TokenBalance({ ...props }: ChakraProps): import("react").JSX.Element | undefined; export declare function Error({ ...props }: ChakraProps): import("react").JSX.Element | undefined; export declare function Container({ children, ...props }: PropsWithChildren): import("react").JSX.Element; export declare function Default({ title, selectLabel, ...props }: PropsWithChildren): import("react").JSX.Element;