import { ButtonHTMLAttributes } from 'react';
export type TableSyncProps = {
onSync: () => void;
tooltipOverlay?: string;
loading?: boolean;
} & Omit, 'onClick'>;
export declare function TableSync({ onSync, tooltipOverlay, loading, ...rest }: TableSyncProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=TableSync.d.ts.map