export function TableEmptyState({ image, children, align, ...propsWithNoDefaults }: {
    [x: string]: any;
    image?: null | undefined;
    children?: null | undefined;
    align?: "center" | undefined;
}): React.JSX.Element;
export namespace TableEmptyState {
    let displayName: string;
}
import React from 'react';
//# sourceMappingURL=TableEmptyState.d.ts.map