import { ThemedStyledProps } from 'styled-components'; import { Theme } from '../../themes/default'; export declare const containerStyle: ({ theme }: ThemedStyledProps<{}, Theme>) => import("styled-components").FlattenSimpleInterpolation;