import { TemplateItem } from "./TemplateItem.js";
export type CardRowOneItem = {
    /**
     * The item to be displayed in the row. This item will be automatically centered.
     */
    item?: TemplateItem;
};
