import type { TextStyle, ViewStyle } from "react-native"; import type { AtlantisThemeContextValue } from "../AtlantisThemeContext"; import { tokens as staticTokens } from "../utils/design"; export declare const createCommonInputTokens: (tokens: AtlantisThemeContextValue["tokens"] | typeof staticTokens) => Record; /** * @deprecated Use useCommonInputStyles instead */ export declare const commonInputStyles: Record; export declare const getCommonInputStyles: (tokens: AtlantisThemeContextValue["tokens"]) => Record; export declare const useCommonInputStyles: () => Record;