export interface KanbanTheme { root: { base: string; }; column: { base: string; header: string; title: string; length: string; column: string; active: string; }; indicator: { base: string; }; add: { form: string; textarea: string; buttonGroup: string; }; card: { base: string; dragable: string; }; } export declare const kanbanTheme: KanbanTheme; //# sourceMappingURL=theme.d.ts.map