import { ComponentToken, InputToken, initComponentToken, initInputToken } from "./token.js"; import { GenerateStyle } from "../../theme/interface/index.js"; import "../../theme/internal.js"; import * as vue690 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: vue690.Ref, rootCls?: vue690.Ref) => readonly [vue690.Ref, vue690.ComputedRef]; declare const _default: (prefixCls: vue690.Ref, rootCls?: vue690.Ref) => readonly [vue690.Ref, vue690.ComputedRef]; //#endregion export { type ComponentToken, _default as default, genActiveStyle, genAffixStyle, genBasicInputStyle, genInputGroupStyle, genInputLargeStyle, genInputSmallStyle, genInputStyle, genPlaceholderStyle, initComponentToken, initInputToken, useSharedStyle };