/** * StudentFee View * * Read-only detail view for a StudentFee record. */ import React from "react"; export declare const StudentFeeView: () => React.JSX.Element;