import { IntersectionOptions } from '../types/options'; /** * Default options for the Intersection extension. * * @since 0.1.0 */ export declare const DEFAULTS: IntersectionOptions; //# sourceMappingURL=../../../src/js/constants/defaults.d.ts.map