import type { Plugin } from 'vue';
import type { Nillable } from '../../../types/helpers';
import type { QProgressIndicatior, QProgressIndicatiorPluginOptions } from './src/types';
declare const QProgressIndicatiorPlugin: Plugin;
declare const useProgressIndicatior: () => Nillable<QProgressIndicatior>;
export { QProgressIndicatiorPlugin as QProgressIndicatior, useProgressIndicatior };
export type { QProgressIndicatiorPluginOptions };
