declare const getLoadingMarkup: () => {
    script: string;
    container: string;
};
export default getLoadingMarkup;
