import type { Breakpoint, Responsive } from '../props/index.js';
export declare function isResponsiveObject<Value extends string>(obj: Responsive<Value | Omit<string, Value>> | undefined): obj is Record<Breakpoint, string>;
