// @flow type ExtractPropsType = (Component: C) => {| props?: { ...$Shape> }, component?: React$ComponentType<{ ...$Exact> }>, |}; type Extend = { [key: string]: React$ComponentType<*> }; declare function getProps(components: O): $Shape<$ObjMap>; export type ExtractOverridesProps = $Call;