import { ReactNode } from 'react'; export declare const DevModeLink: (props: { href: string; heading: string; description: ReactNode; icon: ReactNode; }) => JSX.Element;