import type { ThemeVarType } from './interface';
declare type Creator<T> = (v: ThemeVarType) => T;
export declare const widthStyle: <T>(vars: ThemeVarType, creator: Creator<T>) => T;
export {};
