import { ThemeTypes } from 'prensa'; export type ResponsiveSpacing = Array; export type SpacingType = string | number | ResponsiveSpacing; export type MarginStyledFunctionParam0 = { mt?: SpacingType; mr?: SpacingType; mb?: SpacingType; ml?: SpacingType; mx?: SpacingType; my?: SpacingType; m?: SpacingType; theme?: ThemeTypes; };