import { ElementEventsArr } from '../utils/elements/elementEvents'; export interface EventFunctions { rootCell: { styles: ElementEventsArr; applied?: boolean; }; } //# sourceMappingURL=eventFunctions.d.ts.map