import type { ProjectConfig } from '../types/configs';
/**
 * Import all global styles. Does not contain component-related styles
 * which are imported directly to those components.
 */
export declare const mainController: (project: ProjectConfig) => void;
