import type { Features } from '../Base/features.js'; /** * Configure global features outside of `createApp`. * Useful when using `registerComponent` instead of `createApp`. * @link https://js-toolkit.studiometa.dev/api/helpers/defineFeatures.html */ export declare function defineFeatures(options: Partial): void;