export interface ComponentInterface {
    [key: string]: string | string[] | number | boolean | ComponentInterface;
}
export declare const components: {
    [name: string]: () => Promise<ComponentInterface>;
};
export declare const getComponentPromises: () => {
    [name: string]: Promise<ComponentInterface>;
};
//# sourceMappingURL=index.d.ts.map