export declare const borderWidth: (this: unknown, arg: unknown) => string | undefined; export declare const borderRadius: (this: unknown, arg: unknown) => string | undefined; export declare const strokeColor: (this: unknown, arg: unknown) => string | undefined; export declare const backgroundColor: (this: unknown, arg: unknown) => string | undefined; export declare const fontColor: (this: unknown, arg: unknown) => string | undefined; export declare const color: (this: unknown, arg: unknown) => string | undefined; export declare const size: (this: unknown, arg: unknown) => string | undefined; export declare const inset: (this: unknown, arg: unknown) => string | undefined; export declare const margin: (this: unknown, arg: unknown) => string | undefined; export declare const padding: (this: unknown, arg: unknown) => string | undefined; export declare const fontFamily: (this: unknown, arg: unknown) => string | undefined; export declare const fontScale: (this: unknown, arg: unknown) => { fontSize: string; fontWeight: number; lineHeight: string; letterSpacing: string; } | undefined; //# sourceMappingURL=styleTokens.d.ts.map