import { default as React } from 'react'; import { ScrollToButton as ScrollToButtonLit } from '../core/ScrollToButton.js'; export interface ScrollToButtonProps { label?: string; showLabel?: boolean; icon?: boolean; scrollThreshold?: number; target?: "top" | "bottom" | string; direction?: "up" | "down" | "auto"; smoothScroll?: boolean; visible?: boolean; size?: "x-sm" | "sm" | "md" | "lg" | "xl"; shape?: "capsule" | "rounded" | "circle" | "square" | "rounded-square" | ""; children?: React.ReactNode; } export declare const ReactScrollToButton: import('@lit/react').ReactWebComponent; //# sourceMappingURL=ReactScrollToButton.d.ts.map