import { size } from '../../../tokens/tokens.json'; export declare type Sizing = keyof typeof size | 'fit' | 'full' | 'auto' | 'screen';