import type { UiButton, UiCard, UiCheckbox, UiChip, UiInput, UiSelect, UiTag } from "./index.js"; export declare function defineCustomElements(): void; export declare const EVENT_NAME_MAP: Record; export declare const PROP_NAME_MAP: Record>; export declare function resolvePropAliases(tag: string): Record; declare global { interface HTMLElementTagNameMap { "juo-button": HTMLElement & InstanceType; "juo-card": HTMLElement & InstanceType; "juo-checkbox": HTMLElement & InstanceType; "juo-chip": HTMLElement & InstanceType; "juo-input": HTMLElement & InstanceType; "juo-select": HTMLElement & InstanceType; "juo-tag": HTMLElement & InstanceType; } }