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