import { Theme } from '@plurid/plurid-themes'; export interface IStyledSpace { theme: Theme; } export declare const StyledSpace: import("styled-components").StyledComponent<"div", any, IStyledSpace, never>;