import type { ResponsiveStyleValue } from '@theme-ui/css'; import type { ComponentStyles } from '../../types/componentStyles'; export interface SharedSpacingStylesProps { [key: string | number | symbol]: unknown; mt?: ResponsiveStyleValue; px?: ResponsiveStyleValue; pr?: ResponsiveStyleValue; pl?: ResponsiveStyleValue; } export declare const sharedSpacingStyles: ComponentStyles;