import { SIZE } from '../constants'; declare type GetSize = (prefix: string, size: SIZE) => K; export declare const getSizeThemeKey: GetSize; export {};