/**
 * Main component for the estimate builder
 *
 * Handles the complete flow from ZIP code entry to displaying
 * the final estimate results.
 */
export declare const EstimateBuilder: () => import("react/jsx-runtime").JSX.Element;
