import type { ShareDrawerProps } from "./ShareDrawer.types"; declare const useShareDrawer: (props: ShareDrawerProps) => { fns: { handlePlatformClick: (id: string) => void; }; }; export default useShareDrawer;