import React from 'react'; import type { NotationProps } from './Notation.types'; /** * @deprecated Please use `` component for plain text * notations or the `` component for required notations. `Notation` * will be removed in a future version. * @deprecatedSince 11 * * @see [Storybook](https://stories.core.procore.com/?path=/story/core-react_coverage-notation--basic-props) */ export declare const Notation: React.ForwardRefExoticComponent & NotationProps & React.RefAttributes>;