import { SvgProps, SvgState } from "./svg.types.js";
import { Svg, SvgBase } from "./svg.js";
export { Svg, SvgBase, type SvgProps, type SvgState, Svg as default };
