import { ComponentType } from 'react'; export declare const getDisplayName: (ComposedComponent: ComponentType) => string; export declare type Omit = Pick>; export declare type ObjectOmit = Omit;