import React from 'react';
interface SectionContentProps {
    children: React.ReactNode;
}
declare function SectionContent({ children }: SectionContentProps): import("react/jsx-runtime").JSX.Element;
export default SectionContent;
