import { default as default_2 } from 'react'; export declare type FunnelMode = 'embedded' | 'fullscreen'; export declare function QualificationFunnel({ apiEndpoint, googleMapsApiKey, locale, storageKey, onBackground, highlightColor, mode, onCancel, assetBaseUrl, }: QualificationFunnelProps): default_2.JSX.Element | null; export declare interface QualificationFunnelProps { apiEndpoint?: string; googleMapsApiKey?: string; locale?: string; storageKey?: string; onBackground?: 'light' | 'dark'; highlightColor?: 'primary' | 'secondary'; mode?: FunnelMode; onCancel?: () => void; assetBaseUrl?: string; } export { }