import type { MessageProps } from './message'; export declare class InMessageClass { private _rendered; private readonly _body; private _notistack; private _defaultProps; constructor(props?: Partial); private _render; push(props?: Partial): void; private _pushMessage; private _removeMessage; private _handleMouseenter; private _startTimer; info(props?: Partial): void; success(props?: Partial): void; warning(props?: Partial): void; error(props?: Partial): void; removeAll(): void; static install(app: any): void; } declare const _default: typeof InMessageClass; export default _default;