import React from 'react';
import { WarningTextProps } from './WarningText.types';
/**
 * Display text as a highlight or warning with a title
 */
declare const WarningText: React.FunctionComponent<WarningTextProps>;
export default WarningText;
