type GetElement = (target: T) => T extends string ? HTMLElement | null : T; export declare const getElement: GetElement; export declare const windowWidth: import("vue").Ref, windowHeight: import("vue").Ref; export {};