import React from 'react'; import type { theme } from '@latitude-data/client'; type Props = React.HTMLAttributes & theme.ui.text.HeaderProps; declare function H1(props: Props): import("react/jsx-runtime").JSX.Element; export default H1; //# sourceMappingURL=H1.d.ts.map