import { ReactNode } from 'react'; export declare const DisclaimerLink: ({ children, href, }: { children: ReactNode; href: string; }) => JSX.Element;