import React from 'react'; export type NavigatorActions = { onClick?: React.MouseEventHandler; href?: string; };