export declare const create: (tag: string, classes?: string[], parent?: HTMLElement | null) => any; export declare const id: () => string; export declare const queryParents: (selector: string, element: HTMLElement) => HTMLElement[];