import React from 'react';
import { Notice } from '@cerner/terra-docs';

export default () => (
  <Notice variant="deprecation" ariaLevel="3">
    This component has been deprecated and should no longer be used. Component X is now the preferred component for this use case.
  </Notice>
);
