import React from "react"; export declare function BorderButton({ borderRadius, children, as: Component, containerClassName, borderClassName, duration, className, ...otherProps }: { borderRadius?: string; children: React.ReactNode; as?: any; containerClassName?: string; borderClassName?: string; duration?: number; className?: string; [key: string]: any; }): import("react/jsx-runtime").JSX.Element; export declare const MovingBorder: ({ children, duration, rx, ry, ...otherProps }: { children: React.ReactNode; duration?: number; rx?: string; ry?: string; [key: string]: any; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=moving-border.d.ts.map