/** * The Navigation component consists of the following elements: * the container, or root element, that sits as a direct child to the Layout grid definition; * the show navigation form that contains the trigger for the drawer in large viewports; * the navigation, or drawer, that contains the hide navigation form and the children * passed through the API; */ export default function Navigation(): JSX.Element | null;