import Constructor from "f1ux/reflect/Constructor";
import Property from "./Property";
declare function getProperties(constructor: Constructor<any>): Property[];
export default getProperties;
