import type { MaybeRef } from 'vuesax-alpha/es/utils';
export declare const useVuesaxBaseComponent: (color?: MaybeRef<string | undefined>) => string[];
