import type React from "react";
import type { VoxweaveCommonProps } from "./types";
import "./styles.css";
declare const Voxweave: React.FC<VoxweaveCommonProps>;
export default Voxweave;
