export interface ProseAProps { href?: string; target?: '_blank' | '_parent' | '_self' | '_top' | (string & object) | null | undefined; class?: any; } export interface ProseASlots { default(props?: {}): any; } declare const _default: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseASlots>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };