import { BuyerUiPayload } from '../types'; export declare const collectBuyerPayload: (shadowRoot: ShadowRoot) => BuyerUiPayload; export declare const enableOtpButton: (shadowRoot: ShadowRoot) => void; export declare const getAttributeFromSprinqueCustomComponent: (attribute: string) => string | null; export declare const checkIsOtpFeatureDisabled: () => boolean; export declare const isPendingOrderFeatureEnabled: () => boolean; export declare const toggleBusinessEmailWarning: (shadowRoot: ShadowRoot, value: string) => void;