import React from 'react'; import { BoxProps } from '../Box'; /** * Increases the heading level of all `Heading` components inside it by 1. */ export declare const Section: React.FC>; export default Section;