import { Exception } from "ajsfw/exceptions";
export declare class VisualComponentNotRegisteredException extends Exception {
}
export declare class InvalidAttributeIfValueException extends Exception {
}
export declare class SameViewComponentRegisteredAlreadyException extends Exception {
}
export declare class ComponentDependenciesConfiguredAlreadyException extends Exception {
}
export declare class InvalidViewComponentConfigurationArgumentException extends Exception {
}
