import { IPropertyRegistrationApi, PropertyRegistration } from "@omnia/fx/ux";
export interface IInternalPropertyRegistrationApi extends IPropertyRegistrationApi {
    getPropertyRegistrations(): PropertyRegistration[];
}
