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