import React from 'react'; import type { HTMLAttributes } from 'react'; export interface Props extends HTMLAttributes { } /** * CardPrimaryAction 主操作区域 */ declare const CardPrimaryAction: React.FC; export default CardPrimaryAction;