import React from 'react'; export declare const StickIndicator: ({ total, index }: { total: number; index: number; }) => React.JSX.Element | null;