export type DisplayLoadingBubble = boolean | {
    toggle: () => void;
};
//# sourceMappingURL=loading.d.ts.map