import * as i0 from "@angular/core";
/**
 * The li-body component can be used to define the body.
 * Usually it doesn't need to be used, as it is the default
 * content projected to a <c8y-li>.
 */
export declare class ListItemBodyComponent {
    /**
     * An optional string content.
     */
    body: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ListItemBodyComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ListItemBodyComponent, "c8y-list-item-body, c8y-li-body", never, { "body": { "alias": "body"; "required": false; }; }, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=list-item-body.component.d.ts.map