import { FC } from 'react'; export interface ConfigurationDialogProps { open: boolean; handleOpenDialog: (open: boolean) => void; logout?: () => void; onBack: () => void; } export declare const ConfigurationDialog: FC; //# sourceMappingURL=index.d.ts.map