import React from 'react'; interface FullScreenProps { openImg: string; closeImg: string; showType: string; } declare const _default: React.NamedExoticComponent; export default _default;