declare const Table: ({ table, npm, type }: {
    table: string;
    npm: string;
    type: string;
}) => string | undefined;
export default Table;
