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