export declare class SpsKeyValueListItemComponent { static readonly displayName = "sps-key-value-list-item"; static readonly props: { key: { type: string; required: boolean; }; }; key: string; readonly _spsKeyValueListItemClass = true; }