import React from "react"; import { SpaceSize } from "../Themes"; type Props = { /** * size: size of the margin. * * default: { * none: 0; * xxsmall: 2; * xsmall: 4; * small: 8; * medium: 16; * large: 24; * xlarge: 32; * xxlarge: 48; * } */ size: SpaceSize; }; /** * Margin * - A component that provides set amounts of margin to right and bottom */ export declare const Margin: React.FC; export {}; //# sourceMappingURL=Margin.d.ts.map