type MinWidthType = 'lg' | 'md' | 'sm' | 'xs'; export default function useResponsiveMinWidth(): MinWidthType | null | undefined; export {};