export interface MorphoViewerSpinnerProps { className?: string; label?: string; } export declare function MorphoViewerSpinner({ className, label }: MorphoViewerSpinnerProps): import("react").JSX.Element; //# sourceMappingURL=morpho-viewer-spinner.d.ts.map