import { ValueAccessor } from '../stencil-generated/value-accessor'; import * as i0 from "@angular/core"; /** * A custom value accessor for the tds-dropdown. It extends the default ValueAccessor that is auto-generated by Stencil * The tds-dropdown requires slightly different event handling since it doesn't act like any of the native inputs. * The main difference between this value accessor and the other value accessors that are auto-generated by Stencil, is that this one handles `$event.detail.value` instead of `$event.target.value`. */ export declare class TdsDropdownValueAccessor extends ValueAccessor { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }