import { TsxAllowUnknowProperties } from "../";
export interface IErrorMessage {
}
declare global {
    namespace VueTsxSupport.JSX {
        interface Element {
        }
        interface ElementClass {
        }
        interface ElementAttributesProperty {
        }
        interface IntrinsicElements {
            "omfx-error-message": TsxAllowUnknowProperties<IErrorMessage>;
        }
    }
}
