export interface Theme { BASE_SIZE?: number; rounded?: boolean; UNIT?: string; colors: { [color: string]: string; }; } declare const _default: import("@jjordy/layout").DefaultTheme & { BASE_SIZE: number; rounded: boolean; UNIT: string; colors: { red: string; success: string; primary: string; info: string; yellow: string; }; }; export default _default; export declare const forCards: string[];