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