import type { ContributionPalette } from './ContributionGraph.svelte'; type $$ComponentProps = { palette?: ContributionPalette; weeks?: number; }; declare const ContributionGraphStory: import("svelte").Component<$$ComponentProps, {}, "">; type ContributionGraphStory = ReturnType; export default ContributionGraphStory;