import { IDesignOptions } from './types'; export declare function _getContentCancelModal(design?: IDesignOptions): string; export declare function _getContentCoreCss(design?: IDesignOptions): string; export declare function _getContentQRDisplay(qrContainerId: string, merchantName: string, formattedAmount: string, apiResponse: any, design?: IDesignOptions): string; export declare function _getContentAfterModal(status: 'SUCCESS' | 'FAILED' | 'EXPIRED' | 'CANCELLED', orderId: string, messageHtml: string, design?: IDesignOptions): string; export declare function _getPreloadScreen(design?: IDesignOptions): string;