import { DrawRelationship } from '../../engine/modules/editor/state';
import { RootState } from '../../engine/state';
import { DrawPath } from '.';
export declare function getDraw(state: RootState, draw: DrawRelationship): DrawPath;
