/** * Configuration service for the FishTabset component. * You can inject this service, typically in your root component, and customize the values of its properties in * order to provide default values for all the tabsets used in the application. */ export declare class FishTabsetConfig { justify: 'start' | 'center' | 'end'; type: 'tabs' | 'pills'; }