import { BreakpointsConfig, BreakpointKey } from './types'; export declare const getActiveBreakpoint: (config: Partial, width: number) => BreakpointKey; export declare const getDynamicStyles: (breakpoint: BreakpointKey, styles: { [key: string]: any; }) => any;