import { ComponentTheme } from '../interfaces/style.interfaces'; export declare const getTickColors: (colors: ComponentTheme, rotation: number, is_hh_active: boolean, is_mm_active: boolean) => { hh_style: { [key: string]: string; }; mm_style: { [key: string]: string; }; }; export declare const getMeridiemStyles: (colors: ComponentTheme) => { meridiem_style: { '--hover-color': string; '--hover-bg-color': string; background: string; color: string; }; meridiem_active_style: { '--hover-color': string; '--hover-bg-color': string; color: string; background: string; }; };