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