import { NjcCard } from '../card/card.ts'; export declare class NjcButtonCard extends NjcCard { /** * @description The chip label located at the top of the card * @property {string} chipLabel */ chipLabel: string; /** * @description Whether the button card is in selected state * @property {boolean} selected */ selected: boolean; }