import { EventEmitter } from "@angular/core"; import { IdService } from "../shared/services/id.service"; export declare class BlockComponent { private idService; id: string; title: any; text: any; ctaLink: string; ctaLabel: string; divider: boolean; dividerBottom: boolean; grey: boolean; well: boolean; small: boolean; headerCentered: boolean; headerFlush: boolean; headerColumns: number; container: any; flush: boolean; floatingHeader: string; floatingHeaderColor: string; columns: number; columnsCentered: boolean; disclaimerTriggerLabel: string; disclaimerOpen: boolean; footerCtaLink: string; footerCtaLabel: string; footerCtaButton: boolean; footerCtaAlign: string; footerlinkclicked: EventEmitter<{}>; constructor(idService: IdService); classGen(): { "rbc-block-grey": boolean; "rbc-block-well": boolean; "rbc-block-flush-top": string | true; "rbc-block-flush-bottom": boolean; "rbc-block-flush": boolean; "rbc-block-small": boolean; }; headerClassGen(): { "text-center": boolean; "justify-content-center": boolean; "rbc-block-header-flush": boolean; }; footerClassGen(): { "justify-content-center": boolean; "text-left": boolean; }; columnClassGen(): {}; footerLinkClick(): void; }