import { ScalarType, StylePropsType } from '../../type';
export declare const muiSpacing: (value: ScalarType) => ({ theme, }: StylePropsType) => string;
