import { InlineMessageProps } from "../InlineMessage.interface"; export declare const mockIcon: import("react/jsx-runtime").JSX.Element; export declare class InlineMessageObject { get message(): HTMLElement; get icon(): HTMLElement | null; render(props?: Partial): this; }