import type { ICustomConfig } from '../types'; type BreakPointValue = Partial<{ [key in keyof ICustomConfig['tokens']['breakpoints']]: any; }>; export declare function useBreakpointValue(values: BreakPointValue): any; export {}; //# sourceMappingURL=useBreakpointValue.d.ts.map