/// declare function DualButtons({ leftText, rightText, startRight, onLeft, onRight }: { leftText: string; rightText: string; startRight?: boolean; onLeft?: () => void; onRight?: () => void; }): JSX.Element; export default DualButtons;