type InfoSectionProps = { title: string; children: string; }; export declare function InfoSection({ title, children }: InfoSectionProps): import("react/jsx-runtime.js").JSX.Element; export {}; //# sourceMappingURL=InfoSection.d.ts.map