import type { CardTheme } from './light';
declare const cardDark: CardTheme;
export default cardDark;
