import { Project } from '../../types';
/**
 * Renders the complete estimate summary with all selected projects
 *
 * @param project - The project object containing ZIP code and estimate data
 * @returns The rendered estimate summary
 */
export default function Summary(project: Project): import("react/jsx-runtime").JSX.Element;
