import React from 'react';
import { ContentStateProps } from './ContentState.types';
/**
 * A content state is a component used to show useful information to the user.
 */
declare const ContentState: React.FC<ContentStateProps>;
export default ContentState;
