import { LoadEvent } from './types'; export declare const props: { path: { type: StringConstructor; default: string; }; }; export declare const emits: { load: (e: LoadEvent) => LoadEvent; };