export declare const animateRows: import("vue").ShallowRef; export declare const theme: import("vue").ShallowRef<"light" | "dark", "light" | "dark">; export declare const primaryColor: import("vue").ShallowRef; export declare const prefixCls: import("vue").ShallowRef; export declare const setConfig: (config: { animateRows?: boolean; theme?: 'light' | 'dark'; primaryColor?: string; prefixCls?: string; }) => void;