import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; export declare function useRenderer(): { render: (options: { content: (fn?: () => any) => VNode; appendTo?: string; visibleKey?: string; }) => () => void; closeAll: () => void; ContextHolder: DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element[], {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; };