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