export declare const listCardItemVariant: readonly ["onPage", "list"];
export type ListCardItemVariant = (typeof listCardItemVariant)[number];
