import { ReactElement } from "react";
type SecureLinkProps = Omit<JSX.IntrinsicElements["a"], "target">;
export declare function SecureLink({ ...props }: SecureLinkProps): ReactElement;
export {};
