/*! © SpryMedia Ltd - datatables.net/license */ declare module 'datatables.net' { interface Config { searchHighlight?: boolean; } } export {};