import { CustomFabProps } from "./CustomFabProps";
/**
 * Scroll to top fab
 * @returns Component
 */
export declare function ScrollTopFab(props: CustomFabProps): import("react/jsx-runtime").JSX.Element;
