export default SmoothScrollLink;
export type SmoothScrollLinkProps = object;
/**
 * @param {SmoothScrollLinkProps} props
 */
declare function SmoothScrollLink(props: SmoothScrollLinkProps): any;
