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