import { ComponentConstructor, ModuleConstructor } from "../typing";
/**
 * Gets the bootstrap components from a module.
 * @param module Module
 */
export declare function getBootstrapComponents(module: ModuleConstructor): ComponentConstructor[];
