import { FunctionComponent, Key } from 'react';
declare const TableAlert: FunctionComponent<{
    keys: Array<Key>;
}>;
export { TableAlert };
