import React from "react"; export declare function HoverBorderGradient({ children, containerClassName, className, as: Tag, duration, clockwise, ...props }: React.PropsWithChildren<{ as?: React.ElementType; containerClassName?: string; className?: string; duration?: number; clockwise?: boolean; } & React.HTMLAttributes>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=hover-border-gradient.d.ts.map