import { VueGuidesInterface } from "./types"; declare const VueGuides: VueGuidesInterface; type VueGuides = VueGuidesInterface; export default VueGuides;