import { CnCh, ElemType } from "../../../helpers/global.types";
declare type ExtraHeadingProps = ElemType & CnCh;
export interface HeadingProps extends ExtraHeadingProps {
    centered?: boolean;
}
export {};
