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