import type { ComponentProps, ElementType } from 'react'; import { type HeadingVariantProps } from 'styled-system/recipes'; import type { StyledComponent } from 'styled-system/types'; type Props = HeadingVariantProps & { as?: ElementType; }; export type HeadingProps = ComponentProps; export declare const Header: StyledComponent<"h2", Props>; export {}; //# sourceMappingURL=Header.d.ts.map