import { Position } from '@ryusei/code';
/**
 * The origin position.
 *
 * @since 0.1.0
 */
export declare const ORIGIN: Position;
/**
 * The delay time for reselection after scroll ends.
 *
 * @since 0.1.0
 */
export declare const DELAY_FOR_RESELECTION = 5;
//# sourceMappingURL=../../../../src/js/components/Selection/constants.d.ts.map