import type { GSConfig } from '../types'; type BreakPointValue = Partial<{ [key in keyof GSConfig['tokens']['breakpoints']]: boolean; }>; export declare const useMedia: () => BreakPointValue; export {}; //# sourceMappingURL=useMedia.d.ts.map