import { BondsContextMenuProps, ItemEventParams } from '../contextMenu.types'; declare type Params = ItemEventParams; declare const useBondSGroupAttach: () => readonly [({ props }: Params) => void, ({ props }: Params) => boolean]; export default useBondSGroupAttach;