/// import { SpacingType } from "../../types"; export interface SpacingProps { spacing?: SpacingType; } export declare const Spacing: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & SpacingProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;