export declare const CHECKOUT_MODAL_BOTTOM_BAR_ID = "checkout-modal-bottom-bar";
export declare function useBottomSectionRef(): HTMLElement | null;
export declare const CHECKOUT_MODAL_TITLE_COUNTDOWN_ID = "checkout-modal-title-countdown";
export declare function useTitleCountdownRef(): HTMLElement | null;
