import type { BreakpointKeys } from '@toptal/picasso-provider'; import type { GridSize } from '../../types'; export declare const getClassNamesForBreakpoint: (breakpointKey: BreakpointKeys, size?: GridSize | boolean) => string[]; //# sourceMappingURL=get-class-names-for-breakpoint.d.ts.map