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; /** @inheritDoc */ uncheck(): Promise; /** @inheritDoc */ isChecked(): Promise; } //# sourceMappingURL=radio-element.d.ts.map