import { ComponentDoc } from'vue-docgen-api';
/**
* Extract in an array all the path to the files
* the documented component depends on
* @paramdocs
* @return array of relative file paths
*/exportdefaultfunctionfindOrigins(docs: ComponentDoc): string[];