declare type ValidValues = boolean | null | number | string | undefined; export declare function getResponsiveValue(breakpoint: number, defaultValue: T[] | T, newValue?: T[] | T): T; export {}; //# sourceMappingURL=getResponsiveValue.d.ts.map