import { GapSize } from '../../types'; export declare const sizeToToken: (value?: GapSize) => string | undefined;