import type { JsxHtmlGlobalProps } from "@ribajs/jsx";
export interface JsxBs5ToggleButtonProps extends JsxHtmlGlobalProps {
    "target-id": string;
}
