import { LicenseData } from '../interfaces';
import * as i0 from "@angular/core";
export declare class AboutLicenseListComponent {
    columns: {
        columnDef: string;
        header: string;
        cell: (row: LicenseData) => string;
    }[];
    displayedColumns: string[];
    data: LicenseData[];
    static ɵfac: i0.ɵɵFactoryDeclaration<AboutLicenseListComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AboutLicenseListComponent, "adf-about-license-list", never, { "data": { "alias": "data"; "required": true; }; }, {}, never, never, true, never>;
}
