import { Props } from './TimeframeRow'; export default function TimeframeRow({ firstMonthOfFY, timeframe, timeframeTicks, additionalBalancesTicks, backgroundColor, optionBackgroundColor, selectedOptionBackgroundColor, additionalBalanceSelectionChanged, }: Props): import("react/jsx-runtime").JSX.Element;