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