export declare const wq: (widthPercent: number | string) => number;
export declare const hq: (heightPercent: number | string) => number;
