import { FC } from "react"; export interface SummaryProps { fee: number; } export declare const Summary: FC; //# sourceMappingURL=summary.d.ts.map