import React from "react"; import { TableProps } from "./Table"; export * from "./types"; export declare type SharingProps = TableProps; export declare const Sharing: React.NamedExoticComponent;