import type { Size } from '../types'; export declare const sizeToCssString: (size: Size) => string;