import React from 'react';
import { BudgetGameProps } from './BudgetGame.types';
/**
 * A budget game with sliders to set your own budget
 */
declare const BudgetGame: React.FunctionComponent<BudgetGameProps>;
export default BudgetGame;
