import { VsCodeTag } from './types.ts'; import { ApiCustomElementDeclaration } from '@arcgis/api-extractor/apiJson'; export declare const getTagList: (components: ApiCustomElementDeclaration[]) => VsCodeTag[];