import { IPayioChefConfigTabs } from '../interfaces';
export declare class PayioChefConfigTabsEntity implements IPayioChefConfigTabs {
    active: boolean;
    id: string;
    name: string | null;
    constructor(data?: Partial<PayioChefConfigTabsEntity>);
}
