export declare type Props = { visible: boolean; onAcceptAll: VoidFunction; onSettings: VoidFunction; }; export declare const InitialBanner: ({ visible, onAcceptAll, onSettings }: Props) => JSX.Element | null;