/** * Delete custom table data action * Calls the deleteCustomTableData action on the parent window */ import type { DeleteCustomTableData } from "./types"; export declare const deleteCustomTableData: DeleteCustomTableData;