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