export interface LongPressSelectionPluginOptions {
    useLongPressSelection?: boolean;
}
