export type PageWidth = any; export const min: any; export const max: any; export namespace pageWidth { let sm: string; let md: string; let lg: string; let xl: string; let xxl: string; }