import { TimeLabelFormat } from '@kepler.gl/types'; export declare function getDefaultTimeFormat(interval?: string): string; export declare const getFormatValue: (fmt: TimeLabelFormat) => string | null;