export declare class NbListComponent {
    role: string;
}
export declare class NbListItemComponent {
    role: string;
}
