interface DescriptionProps { field: { displayText?: string | string[]; textAlign?: "left" | "center" | "right"; allowHtml?: boolean; }; } declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=Description.vue.d.ts.map