import type { ThemeVars } from '@coinbase/cds-common/core/theme'; import type { ChartFormatDate, ChartGetMarker } from './SparklineInteractive'; export type SparklineInteractiveMarkerDatesProps = { getMarker: ChartGetMarker; formatDate: ChartFormatDate; selectedPeriod: Period; timePeriodGutter?: ThemeVars.Space; }; declare function SparklineInteractiveMarkerDatesWithGeneric({ formatDate, selectedPeriod, getMarker, timePeriodGutter, }: SparklineInteractiveMarkerDatesProps): import('react/jsx-runtime').JSX.Element; export declare const SparklineInteractiveMarkerDates: typeof SparklineInteractiveMarkerDatesWithGeneric; export {}; //# sourceMappingURL=SparklineInteractiveMarkerDates.d.ts.map