import { EnterprisePropertyPersonItemSettings } from "../../../../models";
import { EnterprisePropertyEditProps } from "../../EnterprisePropertyComponentProps";
export interface IPersonFieldEdit extends EnterprisePropertyEditProps<EnterprisePropertyPersonItemSettings> {
}
declare global {
    namespace VueTsxSupport.JSX {
        interface Element {
        }
        interface ElementClass {
        }
        interface IntrinsicElements {
            "omfx-enterpriseproperties-personfield-edit": IPersonFieldEdit;
        }
    }
}
