import { HooksProps } from '../types'; declare const useAlignment: ({ nodeRef, props }: HooksProps) => void; export default useAlignment;