import type { ReactNode } from 'react'; export declare function StorySection({ title, children, }: { title: string; children: ReactNode; }): JSX.Element; //# sourceMappingURL=StorySection.d.ts.map