export declare const noUnregisteredComponents: {
    meta: {
        type: string;
        docs: {
            description: string;
            category: string;
            recommended: boolean;
            url: string;
        };
    };
    create(context: any): any;
};
