import type { VariantProps } from "class-variance-authority" import type { ComponentProps } from "react" import type { Button } from "react-aria-components" import type { backToTopButtonVariants } from "./variants" export interface BackToTopButtonProps extends ComponentProps, VariantProps {}