export declare type ResponsiveValue = T | null | undefined | Array | { [key in string | number]?: T; };