import React from 'react'; import { BoxProps } from '../Box'; /** * Increases the heading level of all `Heading` components inside it by 1. * * **NOTE**: this component is functionally the same as `
`, but semantically * it renders an `
` tag instead of a `
` tag. */ export declare const Article: React.FC>; export default Article;