import * as React from 'react'; import type { PanelSharedProps } from '../../interface'; export type DecadePanelProps = PanelSharedProps; export declare const DECADE_UNIT_DIFF = 10; export declare const DECADE_DISTANCE_COUNT: number; declare function DecadePanel(props: DecadePanelProps): React.JSX.Element; export default DecadePanel;