import { FC } from "react"; type ActionSummaryHeaderProps = { icon: string; header: string; iconType?: string; }; export declare const ActionSummaryHeader: FC; export {}; //# sourceMappingURL=ActionSummaryHeader.d.ts.map