export declare function useShowCallout(featureId: string): { show: boolean; hide: () => void; };