/// import { DataType } from "../type"; declare type Props = { current: DataType; }; export default function ConfirmationHeader({ current }: Props): JSX.Element; export {};