import { HeadingProps } from './types';
declare const Heading: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../Text").TextProps & {
    bold: boolean;
} & HeadingProps, "bold">;
export default Heading;
