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