export declare const Interaction: { CLICK: string; HOVER: string; }; export declare const interactions: string[];