export declare class LambDividerConfigService {
    readonly icon: string;
    readonly description: string;
    readonly title: string;
}
