type AddRowButtonProps = { blockId: string; totalRows: number; position: { left: number; top: number; width: number; }; onMouseEnter: () => void; onMouseLeave: () => void; }; export declare const AddRowButton: ({ blockId, totalRows, position, onMouseEnter, onMouseLeave, }: AddRowButtonProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=add-row-button.d.ts.map