interface SmsConsentDisclosureProps { companyName: string; actionLabel?: string; className?: string; } export declare function SmsConsentDisclosure({ companyName, actionLabel, className, }: SmsConsentDisclosureProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=SmsConsentDisclosure.d.ts.map