import { DebugElement } from '@angular/core';
import { RadioElementProfile } from '../../elements';
import { O3rElement } from '../element';
/**
 * Implementation dedicated to angular / TestBed.
 */
export declare class O3rRadioElement extends O3rElement implements RadioElementProfile {
    constructor(sourceElement: DebugElement);
    /** @inheritDoc */
    check(value?: boolean): Promise<void>;
    /** @inheritDoc */
    uncheck(): Promise<void>;
    /** @inheritDoc */
    isChecked(): Promise<boolean>;
}
//# sourceMappingURL=radio-element.d.ts.map