import * as React from 'react'; export declare function wrapWithComponent(element: React.ReactNode | null | undefined, Component: React.ComponentType, props: TProps): React.ReactNode; export declare function isElementOfType(element: React.ReactNode | null | undefined, Component: React.ComponentType | React.ComponentType[]): boolean;