import { type ContentDefinition } from '../../../types/ContentTypes.js';
export declare const useKatzeText: (options: ContentDefinition) => import("../../../types/ContentTypes").ContentValue | import("vue").Ref<import("../../../types/ContentTypes").ContentValue, import("../../../types/ContentTypes").ContentValue>;
export declare const useKatzeRichText: (options: ContentDefinition) => import("../../../types/ContentTypes").ContentValue | import("vue").Ref<import("../../../types/ContentTypes").ContentValue, import("../../../types/ContentTypes").ContentValue>;
export declare const useKatzeImage: (options: ContentDefinition) => import("../../../types/ContentTypes").ContentValue | import("vue").Ref<import("../../../types/ContentTypes").ContentValue, import("../../../types/ContentTypes").ContentValue>;
