/// export declare type ConfirmationDataType = { id: string; parentCode?: string; name: string; elementCode: string; elementCodeLevel7?: string; networkCode?: string; idCode?: string; level: number; isConfirmation?: boolean; }; export default function ConfirmationTest(): JSX.Element;