import React from "react"; import type { ShareDrawerProps } from "./ShareDrawer.types"; declare const ShareDrawer: React.FC; export default ShareDrawer;