import React from 'react'; export declare type Omit = Pick>; export declare type Tag = string | typeof React.Component; export declare type ValueOrFunc = T | ((any: any) => T);