declare const ResumeOrBeginButton: ({ onClickFn, text, }: {
    onClickFn: any;
    text: any;
}) => JSX.Element;
export { ResumeOrBeginButton };
