import type { Pluggable } from 'unified'; declare function usePlugins(props: any): { rehypePlugins: import("vue").ComputedRef; remarkPlugins: import("vue").ComputedRef<(Pluggable | { plugins: Pluggable[]; })[]>; }; export { usePlugins };