import React from "react"; import { DividerProps } from "./types"; declare const VDivider: React.FC; export default VDivider;