import { Props as SideNavigationProps } from '../SideNavigation'; type Props = SideNavigationProps & { id: string; }; export default function SideNavigationMobile({ accessibilityLabel, children, footer, header, id, mobileTitle, dismissButton, showBorder, }: Props): import("react/jsx-runtime").JSX.Element; export {};