import { FC } from 'react';
import type { Props } from './ModalArrow.types';
import './ModalArrow.style.scss';
/**
 * The ModalArrow component. This is designed to be strictly consumed by the ModalContainer component.
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const ModalArrow: FC<Props>;
export default ModalArrow;
