import { Element } from 'html-react-parser'; import { Typography } from '../types.js'; /** * Returns the block style (if available) * * @param node DomNode * @returns */ export declare function useBlockTypography(node: Element): Typography;