import type { ZoomProps } from '@mui/material'; import React from 'react'; export interface ScrollToTopButtonProps extends ZoomProps { anchorId: string; } export declare const ScrollToTopButton: React.FC; //# sourceMappingURL=ScrollToTopButton.d.ts.map