/** * Card 按钮容器组件 */ declare const CardActionButtons: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export default CardActionButtons;