import * as i0 from "@angular/core"; /** * Component to render the GOV.UK details component. * * The content slot should contain the content of the details content. * * @selector ngx-govuk-details */ export declare class NgxGovukDetails { /** * The main summary label. * @required */ summaryText: import("@angular/core").InputSignal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }