export declare const PERMISSIONS: {
    main: {
        action: string;
        subject: null;
    }[];
};
export declare const MAX_COMPONENT_DEPTH = 6;
