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