import { EnterprisePropertyDisplayProps } from "../../EnterprisePropertyComponentProps";
import { TsxAllowUnknowProperties } from "../../..";
export interface IRichTextFieldDisplay extends EnterprisePropertyDisplayProps {
}
declare global {
    namespace VueTsxSupport.JSX {
        interface Element {
        }
        interface ElementClass {
        }
        interface IntrinsicElements {
            "omfx-enterpriseproperties-richtextfield-display": TsxAllowUnknowProperties<IRichTextFieldDisplay>;
        }
    }
}
