import type { EditableNodeAttributes } from "../types"; interface StudioEditPlaceholderProps extends EditableNodeAttributes { label: string; hint?: string; className?: string; } export declare function StudioEditPlaceholder({ label, hint, className, "data-node-id": dataNodeId, }: StudioEditPlaceholderProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=StudioEditPlaceholder.d.ts.map