import React from 'react'; export type GenerateConfirmationProps = { highlightField: (Boolean: any) => void; setKey: () => void; }; export declare function GenerateConfirmation(props: GenerateConfirmationProps): React.JSX.Element; //# sourceMappingURL=index.d.ts.map