/// export declare const useWindowDimensions: () => { width: number; height: number; mobile: boolean; }; export declare const classNames: (...classes: string[]) => string; export declare const saveByteArray: (fileName: string, byte: Buffer | string, type?: string) => void;