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