import type { GenerateStyle } from '../../theme/interface';
import type { ActionsToken } from '.';
declare const genActionsFeedbackStyle: GenerateStyle<ActionsToken>;
export default genActionsFeedbackStyle;
