import { w as withConfigTransport } from "../../services/config-transport/withConfigTransport.js";
import { _ as _VaButtonToggle } from "./VaButtonToggle.js";
const VaButtonToggle = withConfigTransport(_VaButtonToggle);
export {
VaButtonToggle as V
};