export default interface Component { html: string; css: string[]; javascript: string[]; }