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