import { type AddClassPAPI, type AddConfigPAPI, type AddDatasetPAPI, type AddInlineStylePAPI, type AppendElementPAPI, type ElementIsEqualPAPI, type FirstElementPAPI, type GetAttributeByNamePAPI, type GetAttributesPAPI, type GetChildrenPAPI, type GetClassesPAPI, type GetComponentIdPAPI, type GetDataByKeyPAPI, type GetDatasetPAPI, type GetElementConfigPAPI, type GetElementUniqueIDPAPI, type GetIDPAPI, type GetParentPAPI, type GetTagPAPI, type GetTemplatePartsPAPI, type InsertElementBeforePAPI, type LastElementPAPI, type MarkPartElementPAPI, type MarkTemplateElementPAPI, type NextElementPAPI, type RemoveElementPAPI, type ReplaceElementPAPI, type ReplaceElementsPAPI, type SetClassesPAPI, type SetConfigPAPI, type SetCSSIdPAPI, type SetDatasetPAPI, type SetIDPAPI, type SetInlineStylesPAPI, type UpdateComponentIDPAPI, type UpdateComponentInfoPAPI } from '@lynx-js/web-constants'; export declare const __AppendElement: AppendElementPAPI; export declare const __ElementIsEqual: ElementIsEqualPAPI; export declare const __FirstElement: FirstElementPAPI; export declare const __GetChildren: GetChildrenPAPI; export declare const __GetParent: GetParentPAPI; export declare const __InsertElementBefore: InsertElementBeforePAPI; export declare const __LastElement: LastElementPAPI; export declare const __NextElement: NextElementPAPI; export declare const __RemoveElement: RemoveElementPAPI; export declare const __ReplaceElement: ReplaceElementPAPI; export declare const __ReplaceElements: ReplaceElementsPAPI; export declare const __AddConfig: AddConfigPAPI; export declare const __AddDataset: AddDatasetPAPI; export declare const __GetDataset: GetDatasetPAPI; export declare const __GetDataByKey: GetDataByKeyPAPI; export declare const __GetAttributes: GetAttributesPAPI; export declare const __GetComponentID: GetComponentIdPAPI; export declare const __GetElementConfig: GetElementConfigPAPI; export declare const __GetAttributeByName: GetAttributeByNamePAPI; export declare const __GetElementUniqueID: GetElementUniqueIDPAPI; export declare const __GetID: GetIDPAPI; export declare const __SetID: SetIDPAPI; export declare const __GetTag: GetTagPAPI; export declare const __SetConfig: SetConfigPAPI; export declare const __SetDataset: SetDatasetPAPI; export declare const __UpdateComponentID: UpdateComponentIDPAPI; export declare const __GetClasses: GetClassesPAPI; export declare const __UpdateComponentInfo: UpdateComponentInfoPAPI; export declare const __SetCSSId: SetCSSIdPAPI; export declare const __SetClasses: SetClassesPAPI; export declare const __AddInlineStyle: AddInlineStylePAPI; export declare const __AddClass: AddClassPAPI; export declare const __SetInlineStyles: SetInlineStylesPAPI; export declare const __GetTemplateParts: GetTemplatePartsPAPI; export declare const __MarkTemplateElement: MarkTemplateElementPAPI; export declare const __MarkPartElement: MarkPartElementPAPI;