import { LayoutProps } from 'styled-system'; import { Variant } from './types'; export declare const Container: import("styled-components").StyledComponent>, any, { variant: Variant; } & LayoutProps>>, never>;