import type { CSSObject } from "@sryd/cssinjs"; import type { AliasToken } from "../theme/interface"; import type { CSSUtil } from "../theme/internal"; export interface ArrowToken { } export declare function getArrowToken(token: AliasToken): ArrowToken; export declare const genRoundedArrow: (token: T, bgColor: string, boxShadow: string) => CSSObject;