import type { SharedHProps } from './H';
declare const H1: ({ size, ...props }: SharedHProps) => import("react/jsx-runtime").JSX.Element;
export default H1;
