import React from 'react';
import { ChildLinkProps } from './types';
/**
 * @internal
 */
export declare const ChildLink: React.ForwardRefExoticComponent<ChildLinkProps & React.RefAttributes<HTMLAnchorElement>>;
//# sourceMappingURL=ChildLink.d.ts.map