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