import React, { ComponentType } from 'react'; export declare function withInteractionsManaged(Component: ComponentType, Placeholder?: ComponentType | null, interationTime?: number): (props: Props) => React.JSX.Element; export declare function withLifeCycleInteractionsManaged(Component: ComponentType, Placeholder?: ComponentType | null, interationTime?: number): (props: Props) => React.JSX.Element;