import type { Theme } from "../../defaultTheme";
export declare const CardElement: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<{
    theme: Theme;
    expanded?: boolean | undefined;
}, import("styled-components").DefaultTheme>>;
