import React from 'react';
import './invite-table.css';
interface InviteTableProps {
    onSearchChange?: (keyword: string) => void;
}
export declare const InviteTable: React.FC<InviteTableProps>;
export {};
