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