declare const useScreenSize: () => {
    width: number | undefined;
    height: number | undefined;
};

export { useScreenSize };
