export type ScrollButtonProps = { direction?: "start" | "end"; } & React.ComponentProps<"button">; export declare function ScrollButton({ direction, className, ref, ...props }: ScrollButtonProps): import("react").JSX.Element; export declare namespace ScrollButton { var displayName: string; } //# sourceMappingURL=ScrollButton.d.ts.map