import { ApiCustomElementDeclaration } from '@arcgis/api-extractor/apiJson'; import { WebTypesAttribute, WebTypesCssProperty, WebTypesPseudoElement } from './types.ts'; export declare const getCssPropertyList: (components: ApiCustomElementDeclaration[]) => WebTypesCssProperty[]; export declare const getCssPartList: (components: ApiCustomElementDeclaration[]) => WebTypesPseudoElement[]; export declare function getComponentAttributes(component: ApiCustomElementDeclaration): WebTypesAttribute[]; export declare const formatDescription: (description?: string, deprecated?: boolean | string) => string;