/** * Story example extractor * Extracts clean component examples from Storybook story files */ /** * Extract a clean example from a Storybook story file * @param storyPath - Path to the story file * @param componentName - Name of the component (e.g., 'Button') * @returns Clean JSX example string */ export declare function extractExampleFromStory(storyPath: string, componentName: string): string; //# sourceMappingURL=story-example-extractor.d.ts.map