import { vi } from 'vitest'; export const plain = vi.fn(); export const card = vi.fn(); export const centered = vi.fn();