import type { ScreenSize } from '../../theme'; export declare const up: (size: ScreenSize, rules: string) => string; export declare const down: (size: ScreenSize, rules: string) => string; //# sourceMappingURL=utilities.d.ts.map