import { EntityType } from '@sage-bionetworks/synapse-client';
export type MergeGridWithSourceTableButtonProps = {
    sourceEntityId: string;
    gridSessionId: string;
    sourceEntityType?: EntityType;
};
export default function MergeGridWithSourceTableButton(props: MergeGridWithSourceTableButtonProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=MergeGridWithSourceTableButton.d.ts.map