import { Sources as Component } from './Sources'; export declare const Sources: { readonly name: "Sources"; readonly purpose: "Show research artifacts as provenance pills prefixed with ↗. Write one or more `- source` rows."; readonly example: "\n- Data Analysis\n- User Voice\n- Product Strategy\n"; readonly body: "markdown"; readonly Component: typeof Component; };