import { ComponentDoc } from "../parser/types.js"; import { Component } from "../types.js"; export declare function mapToSupernovaComponent(component: ComponentDoc, entryPath: string): Component; //# sourceMappingURL=component.d.ts.map