export declare const unset: number;
export declare const markAsColumn: <T1>(event: T1) => void;
export declare const markAsRow: <T1>(event: T1) => void;
