/** * [HeroBanner Component](https://pxblue-components.github.io/angular/?path=/info/components-hero--readme) * * The `` component is a simple wrapper component that is used to contain ``s. */ export declare class HeroBannerComponent { /** Whether to show the line separator * * @default false * */ divider: boolean; }