import type { Color } from './CardStatus.types';
declare const CLASS_PREFIX = "md-card-status";
declare const COLORS: Record<string, Color>;
declare const DEFAULTS: {};
declare const STYLE: {
    wrapper: string;
};
export { CLASS_PREFIX, COLORS, DEFAULTS, STYLE };
