import { FC } from "react"; export declare const ConfirmHeader: FC<{ onClose: () => void; title: string; }>; //# sourceMappingURL=confirmHeader.d.ts.map