export declare function findParentDom(currentDom: any, level: number, fn: (...args: any) => any): T | null; export declare function findChildrenDom(currentDom: any, level: number, fn: (...args: any) => any): T | null; export declare const pxToRem: (px: string) => string;