import { ComponentTheme, InlineCssStyles } from '../interfaces/style.interfaces'; export declare const getMonthPillColors: (colors: ComponentTheme, is_active: boolean) => InlineCssStyles; export declare const getSetButtonStyles: (colors: ComponentTheme) => { color: string; '--year-edit-hover-color': string; '--year-edit-hover-bg-color': string; };