export declare const props: { anchorId: { type: StringConstructor; required: true; }; anchorOffset: { type: StringConstructor; default: string; }; }; export declare const emits: {};