import { theme } from '@/stitches'; declare type Theme = typeof theme; declare function variant

(name: P, property: string): Record; export default variant;