/** Secondary navigation bar appearing below the primary navbar */ export declare class SubnavComponent { _hostClass: boolean; /** * @deprecated * @description Not compatible with notification banners, so you should set * the fixed position of the subnav and other header content within your app instead * */ fixedTop: boolean; constructor(); }