import React from 'react';
export interface BudgetGamePageExampleProps {
}
export declare const BudgetGamePageExample: React.FunctionComponent<BudgetGamePageExampleProps>;
