import { ScreenWidthSizes } from "components/Gallery/Gallery.types";
declare const useScreenDimensions: (userScreenWidthValues?: ScreenWidthSizes) => {
    width: number;
};
export { useScreenDimensions };
