import { ThemeTypes } from 'prensa'; export type ResponsiveWidthType = Array; export type WidthType = string | number | ResponsiveWidthType; export type WidthStyledFunctionParam0 = { $width?: WidthType; theme?: ThemeTypes; };