import {AnypointItem} from './src/AnypointItem';

declare global {
  interface HTMLElementTagNameMap {
    "anypoint-item": AnypointItem;
  }
}
