export type PghBreakpoints = { [key in PghBreakpoint]: string; }; export type PghBreakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'max-xs' | 'max-sm' | 'max-md' | 'max-lg'; export declare const PghBreakpoints: PghBreakpoints;