export interface IDemoValidate {
    [name: string]: any;
}
declare global {
    namespace VueTsxSupport.JSX {
        interface Element {
        }
        interface ElementClass {
        }
        interface ElementAttributesProperty {
        }
        interface IntrinsicElements {
            "omfx-demo-validate": IDemoValidate;
        }
    }
}
