import type { ConfigOptions } from './interface'; export type HolderProps = ConfigOptions & { onAllRemoved?: VoidFunction; }; declare const _default: import("vue").DefineComponent, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>>, { readonly getContainer?: any; readonly duration?: any; readonly animation?: any; readonly top?: any; readonly rtl?: any; readonly prefixCls?: any; readonly transitionName?: any; readonly maxCount?: any; readonly onAllRemoved?: any; readonly staticGetContainer?: any; }, {}>; export default _default;