export declare class ComponentNameNotProvidedException extends Error {
    constructor();
    static create(): Error;
}
