import { Responsive } from "./types"; /** * use with `display` property */ export declare const flattenStrict: (value: Partial>) => any; /** * use with other css key that is not `display` for the consumer to override */ export declare const flattenLoose: (value: Partial>) => any;