import { Meta, StoryFn } from "@storybook/react"; import GitHubIcon from "./GitHubIcon"; declare const meta: Meta; export default meta; export declare const Playground: StoryFn; export declare const WithStyle: StoryFn; //# sourceMappingURL=GitHubIcon.stories.d.ts.map