export declare const listItemComponent: import("../define-component.js").ComponentDefinition<"listItem", { strings?: { bullet?: string | undefined; } | undefined; }, { children: string; style?: any; }, { readonly container: { readonly display: "flex"; readonly flexDirection: "row"; }; readonly bullet: { readonly height: "100%"; readonly marginRight: "4pt"; }; readonly text: { readonly flex: 1; readonly lineHeight: ".9"; }; }>;