import type { DefaultOptions } from './types.d.mts'; /** * @constant DEFAULT_OPTIONS the default options */ export declare const DEFAULT_OPTIONS: Required; /** * @constant UNGROUPED_NAME the name of the ungrouped section */ export declare const UNGROUPED_NAME = 'ungrouped';