import { FC } from 'react';
import './EmptyState.css';
export interface EmptyStateProps {
    height?: number;
    text?: string;
}
declare const EmptyState: FC<EmptyStateProps>;
export { EmptyState };
//# sourceMappingURL=EmptyState.d.ts.map