import React from 'react'; interface SectionProps { children: React.ReactNode; style?: React.CSSProperties; } export declare const Section: (props: SectionProps) => import("react/jsx-runtime").JSX.Element; export default Section;