export function queryToPropNames(query: any, names: any, parentName: any): void; export function throwIfNotPropertyNotDefinedError(err: any): void; export default queryToProps; declare function queryToProps(query: any, component: any): {};