import { NavContainerComponentPropertys } from '../../componentProperty';

export declare const navigationContainerDef: {
    type: "NavContainer";
    props: {};
    icon: string;
    category: "navigation";
    schema: import('../..').ExtendedObjectSchemaType;
    component: (props: import('react').PropsWithChildren<import('./NavigationContainerWrapper').NavContainerWrapperProps & NavContainerComponentPropertys>) => import("react/jsx-runtime").JSX.Element;
    renderType: "custom";
};
