import { IconButtonProps } from "../IconButton.interface"; export declare const mockIcon: import("react/jsx-runtime").JSX.Element; export declare class IconButtonObject { get iconButton(): HTMLElement; clickIconButton(): void; get icon(): HTMLElement; render(props?: Partial): this; }