import { ContactsValue } from '../constants';
export declare function useSelectedIds(): import('vue').ComputedRef<ContactsValue[]>;
