import React from 'react';
export interface FormTuitionProps {
    school_id: number;
    user_code: any;
    school_year_id: number;
    setDiscountPromotionObject?: any;
    setShowModalPromotionObject?: any;
    setShowModalService?: any;
    isProcessByMonth?: boolean;
}
export declare const PHXFormTuition: React.FC<FormTuitionProps>;
