export declare class LambTabConfig {
    justify: 'start' | 'center' | 'end' | 'fill' | 'justified';
    orientation: 'horizontal' | 'vertical';
    type: 'tabss' | 'pills';
}
