import type { Alignment } from '../../../core/schema-types/types'; export declare const useSetParentAlignment: (entityId: string) => (slotId: string, alignment: Alignment) => void;