import { ValueAccessor } from '../stencil-generated/value-accessor'; import * as i0 from "@angular/core"; /** * A custom value accessor for the tds-radio-button and tds-chip of type radio. It extends the default ValueAccessor that is auto-generated by Stencil * Stencil offers an autogenerated radio value accessor but does not currently work as expected. * An issue was submitted to their repository: https://github.com/ionic-team/stencil-ds-output-targets/issues/434 * If the issue is ever fixed this value accessor can be replaced with the one auto-generated by Stencil. */ export declare class TdsRadioValueAccessor extends ValueAccessor { writeValue(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }