import type { Responsive, Breakpoint } from '../props/prop-def.js';
export declare function isResponsiveObject<Value extends string>(obj: Responsive<Value | Omit<string, Value>> | undefined): obj is Record<Breakpoint, string>;
//# sourceMappingURL=is-responsive-object.d.ts.map