import type { ITheme } from '../../theme/index'; export declare type ResponsiveValue = T | null | undefined | Array | { [key in keyof ITheme['breakpoints']]?: T; };