import { NjcCard } from '../card/card.ts'; export declare class NjcDisplayCard extends NjcCard { /** * @property {string} actionButtonText - The text to display on the action button. */ actionButtonText: string; /** * @property {boolean} hideFooter - Whether to hide the footer. */ hideFooter: boolean; }