import { RadioProps } from "../Radio.interface"; export declare const errorMessageMock = "error"; export declare class RadioObject { render(props?: Partial): this; get radioInput(): HTMLElement; get radioVisibleElement(): HTMLElement; get label(): HTMLElement; get supportingText(): HTMLElement; checkRadio(): void; clickLabel(): void; }