/**
 * @deprecated
 * Custom button themes are deprecated and will be removed in the future.
 */
export declare const spotlightButtonTheme: (current: any, themeProps: Record<string, any>) => any;
/**
 * @deprecated
 * Custom button themes are deprecated and will be removed in the future.
 */
export declare const modalButtonTheme: (current: any, themeProps: Record<string, any>) => any;
