export declare const AddRowsIconButtonWithPopover: ({ onSubmit, }: { onSubmit: (countOfAddedRow: number) => void; }) => import("react/jsx-runtime").JSX.Element;