import { PropsWithChildren } from 'react'; export interface ContainerProps { } export declare const NavigationSettingsContainer: ({ children, }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=containers.d.ts.map