import { CanvasElementSnapshot } from "../../../lib/type/components/canvas";
export declare const syncToolbarWithElement: (elementSnapshot: CanvasElementSnapshot | null | undefined) => void;
