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