import type { Plugin } from '../../types.js'; import type { UikitPluginOptions } from './types.js'; export type { UikitPluginOptions } from './types.js'; export declare function createUikitPlugin(): Plugin;