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

export default () => (
  <Notice variant="caution" ariaLevel="3">
    This component was created for this express purpose and caution should be used when exceeding those parameters.
  </Notice>
);
