import { Meta, StoryObj } from '@storybook/react-vite'; import { default as Heading } from './Heading'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const ExtraLarge: Story; export declare const Large: Story; export declare const Medium: Story; export declare const Small: Story; export declare const WithCaption: Story; /** Same visual size as extra-large, but renders an `h2` (for example when the page title is not an `h1`). */ export declare const PolymorphicAs: Story; /** Bare heading tags with no `class` pick up default styles when `CssBaseline` is on the page. */ export declare const BareHeadingsBaseline: Story;