import type { ResponsiveValue } from '../hooks/useResponsiveValue';
export declare function areAllValuesTheSame(responsiveValue: ResponsiveValue<boolean | number | string>): boolean;
export declare function haveRegularAndWideSameValue(responsiveValue: ResponsiveValue<boolean | number | string>): boolean;
//# sourceMappingURL=getBreakpointDeclarations.d.ts.map