import { CARD_THEME } from '../common.js';
export default class CardDetails {
    title?: string;
    icon?: string;
    thumbnail?: string;
    theme?: CARD_THEME;
    color?: string;
    preview?: string;
}
