export declare const base: string;
export declare const hover: Record<"grow" | "growLg", string>;
export declare const active: Record<"shrink" | "shrinkSm", string>;
