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("../Text").TextProps, never>; export declare const StyledBalanceInput: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../Box").BoxProps & { isWarning: BalanceInputProps["isWarning"]; }, never>; export declare const StyledInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, import("../Input").InputProps & { textAlign?: string | undefined; }, never>;