import { DsfrDownload } from '../download';
import * as i0 from "@angular/core";
export declare class DsfrDownloadsGroupComponent {
    /** Titre du groupe de fichiers (facultatif). */
    heading: string;
    /** Niveau de titre, '<h4>' par défaut. */
    headingLevel: string;
    /** Tableau des fichiers à lister. */
    downloads: DsfrDownload[];
    static ɵfac: i0.ɵɵFactoryDeclaration<DsfrDownloadsGroupComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DsfrDownloadsGroupComponent, "dsfr-downloads-group", never, { "heading": { "alias": "heading"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "downloads": { "alias": "downloads"; "required": false; }; }, {}, never, never, false, never>;
}
