/// <reference types="react" />
import { IPropsMark } from '../../types';
export default function Beta(props: IPropsMark): JSX.Element;
