/// <reference types="react" />
interface IProps {
    nextFun?: () => void;
}
declare function btnOpera(props: IProps): JSX.Element;
export default btnOpera;
