import { CSSProperties } from "react"; import { GanttTheme } from "../../types"; export type ThemeCssVariables = CSSProperties; export declare const themeToCssVariables: (theme: GanttTheme) => ThemeCssVariables;