import * as React from 'react';
import { PropsWithChildren } from 'react';
import { TitleProps } from '../../typography';
declare const h2: (props: PropsWithChildren<TitleProps>) => React.JSX.Element;
export default h2;
