export type ComponentMap = { [key: string]: any; }; export declare function configureComponents(app: any, components?: ComponentMap): void;