import { ComponentToken, InputToken, initComponentToken, initInputToken } from "./token.js"; import { GenerateStyle } from "../../theme/interface/index.js"; import "../../theme/internal.js"; import * as vue607 from "vue"; import { CSSObject } from "@antdv-next/cssinjs"; //#region src/input/style/index.d.ts declare function genPlaceholderStyle(color: string): CSSObject; declare const genActiveStyle: GenerateStyle; declare const genInputLargeStyle: GenerateStyle; declare const genInputSmallStyle: GenerateStyle; declare function genBasicInputStyle(token: InputToken, option?: { largeStyle?: CSSObject; smallStyle?: CSSObject; }): CSSObject; declare const genInputGroupStyle: GenerateStyle; declare const genInputStyle: GenerateStyle; declare const genAffixStyle: GenerateStyle; declare const useSharedStyle: (prefixCls: vue607.Ref, rootCls?: vue607.Ref) => readonly [vue607.Ref, vue607.ComputedRef]; declare const _default: (prefixCls: vue607.Ref, rootCls?: vue607.Ref) => readonly [vue607.Ref, vue607.ComputedRef]; //#endregion export { type ComponentToken, _default as default, genActiveStyle, genAffixStyle, genBasicInputStyle, genInputGroupStyle, genInputLargeStyle, genInputSmallStyle, genInputStyle, genPlaceholderStyle, initComponentToken, initInputToken, useSharedStyle };