export type StructuredListItem = { term?: unknown; label?: unknown; description?: unknown; value?: unknown; }; export type StructuredListProps = { items: StructuredListItem[]; bordered?: boolean; class?: string; }; export declare const StructuredList: import("vue").DefineComponent StructuredListItem[]; required: true; }; bordered: { type: BooleanConstructor; default: boolean; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly StructuredListItem[]; required: true; }; bordered: { type: BooleanConstructor; default: boolean; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { class: string; bordered: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=StructuredList.d.ts.map