import { SelectionSpouseEventDetails, SelectionEvent } from './internal'; export declare class SelectionFamilyEvent extends SelectionEvent { getHusbandDetails(): SelectionSpouseEventDetails; getWifeDetails(): SelectionSpouseEventDetails; }