import { ReactNode } from 'react'; declare const StorybookSectionComp: (props: { title: string; children: ReactNode; }) => JSX.Element; export default StorybookSectionComp; //# sourceMappingURL=index.d.ts.map