export interface ISpaceProps { top?: boolean; right?: boolean; bottom?: boolean; left?: boolean; } export declare const Space: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ISpaceProps, never>;