import React from 'react'; interface IProps { isFullscreen: boolean; isHide: boolean; prefixCls: string; handleClose: () => void; handlePrev: () => void; handleNext: () => void; } declare const _default: React.NamedExoticComponent; export default _default;