import React from 'react'; import { ShareSheetProps } from './PropsType'; declare const ShareSheet: React.FC; export default ShareSheet;