import { PropItem } from "../parser/types.js"; import { ComponentProperty } from "../types.js"; export declare function mapToSupernovaProperty(property: PropItem, entryPath: string): ComponentProperty; //# sourceMappingURL=property.d.ts.map