import { Theme } from '@emotion/react';
export declare const CardBase: ({ disabled }: {
    disabled: boolean;
}) => (theme: Theme) => import("@emotion/react").SerializedStyles;
export declare const CardHeader: (theme: Theme) => import("@emotion/react").SerializedStyles;
export declare const RemoveButton: (theme: Theme) => import("@emotion/react").SerializedStyles;
export declare const Platform: import("@emotion/react").SerializedStyles;
export declare const Status: (theme: Theme) => import("@emotion/react").SerializedStyles;
export declare const CardContent: (theme: Theme) => import("@emotion/react").SerializedStyles;
