import { default as React } from 'react'; export interface SectionProps extends React.HTMLAttributes { className?: string; children?: React.ReactNode; } export declare const Section: ({ className, children, ...props }: SectionProps) => React.JSX.Element; export default Section; //# sourceMappingURL=Section.d.ts.map