export declare const BUILT_IN_TAGS: string[]; export declare const COMPONENT_NAME_PREFIX = "VUni"; export declare const COMPONENT_PREFIX: string; export declare const COMPONENT_SELECTOR_PREFIX = "uni-"; export declare function debounce(fn: Function, delay: number): { (this: any): void; cancel(): void; }; export declare function getLen(str?: string): number; export declare function isBuiltInComponent(tag: string): boolean; export declare function isCustomElement(tag: string): boolean; export declare function isNativeTag(tag: string): boolean; export declare const NAVBAR_HEIGHT = 44; export declare function normalizeDataset(el: Element): any; export declare function passive(passive: boolean): { passive: boolean; }; export declare function plusReady(callback: () => void): void; export declare const PRIMARY_COLOR = "#007aff"; export declare function removeLeadingSlash(str: string): string; export declare const RESPONSIVE_MIN_WIDTH = 768; export declare function stringifyQuery(obj?: Record, encodeStr?: typeof encodeURIComponent): string; export declare const TABBAR_HEIGHT = 50; export declare const TAGS: string[]; export { }