export declare class SpsCardHeaderComponent { static readonly displayName = "sps-card-header"; static readonly props: { icon: string; title: string; }; icon: string; title: string; readonly _classSpsCardHeader = true; }