export { Can } from './component/can'; export type { CanProps } from './component/can'; export { abilitiesPlugin } from './plugin'; export type { AbilityPluginOptions } from './plugin'; export { useAbility, provideAbility, ABILITY_TOKEN } from './useAbility';