import { RuntimeFn } from '@vanilla-extract/recipes'; export declare const SKELETON_STYLES: { recipe: RuntimeFn<{ variant: { circular: { borderRadius: `var(--${string})`; flexShrink: number; }; rectangular: { borderRadius: `var(--${string})`; flexShrink: number; }; rounded: { borderRadius: `var(--${string})`; flexShrink: number; }; }; }>; };