export type Well = { asset_id: number; custom_properties?: { is_asset_viewer?: boolean; }; }; declare const useIsAssetViewer: ({ well, wells }: { well?: Well; wells?: Well[]; }) => boolean | null; export default useIsAssetViewer; //# sourceMappingURL=useIsAssetViewer.d.ts.map