export declare function getPrimaryOrSecondaryOrThirdary(theme: any, { themeType, }?: { themeType: string; }): { border: string; color: string; background: string; '&:hover': { border: string; background: string; color: string; }; };