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