import type { JsxHtmlGlobalProps } from "@ribajs/jsx";
export interface JsxBs5NavbarProps extends JsxHtmlGlobalProps {
    "collapse-selector"?: string;
}
