import { Gemstone } from '@gpa-gemstone/application-typings'; /** * Custom hook to return the current sreen size * @returns 'xs' | "sm" | 'md' | 'lg' | 'xl' - screen sizes according to bootstrap 4.6.2 documentation */ declare const useGetScreenSize: () => Gemstone.TSX.Types.ScreenSize; export default useGetScreenSize;