/** @component tab */ export declare class TabHeaderComponent { /** @prop TabHeader text */ heading: string; /** @prop Subheader text | '' */ subHeading: string; }