import { PropConfigCollection } from '../../core/types'; export declare const margin: PropConfigCollection; export declare const padding: PropConfigCollection; export declare const space: { [x: string]: true | import("../../core/types").PropertyConfig; };