/**
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* iron-selector.js
*/
import {Polymer} from '../polymer/lib/legacy/polymer-fn.js';
import {IronMultiSelectableBehavior} from './iron-multi-selectable.js';
import {LegacyElementMixin} from '../polymer/lib/legacy/legacy-element-mixin.js';
interface IronSelectorElement extends IronMultiSelectableBehavior, LegacyElementMixin, HTMLElement {
}
export {IronSelectorElement};
declare global {
interface HTMLElementTagNameMap {
"iron-selector": IronSelectorElement;
}
}