// Type definitions for ui/ComponentOverride import * as React from "react"; type Omit = Pick>; type Merge = Omit> & N; export interface ComponentOverrideProps {} /** * Utility to either create or clone a component instance with the given set of props. * * `ComponentOverride` can be used to support props that either accept a type, (e.g. `Button` ) or an element (e.g. `