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