import Application from '../application';
import { TLoaded } from '..';
export declare const loadDefaultComponents: (app: Application) => void;
export declare const optComponents: (loaded: TLoaded, method: string) => Promise<void>;
