import { FormProps } from './FormProps'; export type WCPLSruveyInputs = { Has_Deal: boolean; Description_of_Deal_Details: string; Telephone: string; }; export declare const WCPLSurvey: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, callToAction, onValidate, id, description, }: FormProps) => import("react").JSX.Element;