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