import React from 'react';
import type { DeprecationProps } from './Deprecation.types';
export declare const Deprecation: (props: DeprecationProps) => React.JSX.Element;
