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