// @flow export { getComponents } from "./getComponents"; export type { ExtractOverridesProps } from "./ExtractOverridesProps"; type TOObject = { (): { [string]: any } }; declare function returnObject(): any; export default (returnObject: TOObject);