import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const TableSyncIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link TableSyncIcon} instead.
 */
export declare const TableSync: typeof TableSyncIcon;
export default TableSyncIcon;
