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; /** * @description If true, the title and content positions will be inverted * @property {boolean} invertTitle */ invertTitle: boolean; }