import type { ComponentType, HTMLAttributes } from 'react'; import { ButtonLinkProps } from './index'; export interface ScrollLinkProps extends ButtonLinkProps { Icon?: ComponentType>; } export declare const ScrollLink: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=ScrollLink.d.ts.map