import type { BaseButtonProps } from "./BaseButton"; export declare const TrackButton: ({ onClick, showEstimate, }: BaseButtonProps & { showEstimate?: boolean | undefined; }) => JSX.Element;