/**
 * Properties for the image or icon rendered in a card view.
 */
export interface CardImage {
    /**
     * The URL to display as image or icon.
     */
    url: string;
    /**
     * The alt text.
     */
    altText?: string;
}
//# sourceMappingURL=cardImage.d.ts.map