import { InertiaHook } from "./InertiaHook"; export declare class VueHook extends InertiaHook { /** * Preset name. * * @var {string} file */ protected preset: string; }