import type { CSSObject } from '../cssinjs'; import { type GenerateStyle } from '../theme'; import { AliasTokenWithCommonCls } from '../theme/getSimpleStyleHook'; export declare const getButtonStyle: GenerateStyle; export declare const getArticleStyle: GenerateStyle; declare const _default: (_prefixCls?: import("vue").ComputedRef | string, themeManager?: import("../theme/theme-context").ThemeManager) => { hashId: import("vue").Ref; }; export default _default;