export interface PghMatTabsModel { label: string; key: string; component: T; inputs?: Record; disabled?: boolean; preIcon?: string; suffixIcon?: string; } export declare const QUERY_PARAM_TAB = "tab"; export type AlignTabsType = 'start' | 'center' | 'end';