export declare type Props = { isOpen: boolean; onAcceptAll: VoidFunction; onCloseAndAcceptAll: VoidFunction; onSettings: VoidFunction; }; export declare const InitialDialog: ({ isOpen, onAcceptAll, onCloseAndAcceptAll, onSettings }: Props) => JSX.Element;