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