import { BalanceInputProps } from "./types"; export declare const SwitchUnitsButton: import("styled-components").StyledComponent, import("styled-components").DefaultTheme, {}, never>; export declare const UnitContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("..").TextProps, never>; export declare const StyledBalanceInput: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("..").BoxProps & { isWarning: BalanceInputProps["isWarning"]; }, never>; export declare const StyledInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, import("..").InputProps & { textAlign?: string | undefined; }, never>;