import { SystemProps } from "../system/system.js";
import { VuiComponent } from "../core/vui.js";
import { HeadingProps } from "./heading.types.js";
import "../index.js";
//#region src/heading/heading.d.ts
declare const HeadingBase: import("styled-components").StyledComponent<"h2", import("styled-components").DefaultTheme, SystemProps, never>;
/** Used to define headings and titles for pages, articles, panels, etc. */
declare const Heading: VuiComponent<"h2", HeadingProps>;
//#endregion
export { Heading, Heading as default, HeadingBase };

//# sourceMappingURL=heading.d.ts.map