import { DetailsItemInfo } from "./DetailsItemInfo.js";
export type DetailsTemplateOverride = {
    /**
     * Information for the "nth" item displayed in the details list.
     */
    detailsItemInfos?: DetailsItemInfo[];
};
