import { type ReactNode } from 'react'; interface Props { title?: string; children?: ReactNode; } declare const _default: ({ children, title }: Props) => JSX.Element; export default _default; //# sourceMappingURL=Section.d.ts.map