import { type VuesticComponent } from '../services/vue-plugin/types';
type Props = Record<string, any>;
export declare const useMount: (component: VuesticComponent) => {
    createInstance: (props: Props) => () => void;
};
export {};
