interface Props { id: string; } export declare const NodeTransformControls: ({ id }: Props) => import("react/jsx-runtime").JSX.Element | null; export {};