import { InputTextProps } from "../InputText.interface"; export declare const mockIcon: import("react/jsx-runtime").JSX.Element; export declare class InputTextObject { get text(): HTMLElement; render(props?: Partial): this; }