import { ContextProvider } from "dom-context";
/**
* Use this with other components like share buttons, referral lists
*
* @uiName Program Section
* @exampleGroup Advanced
* @slots [{"name":"","title":"Section Content"}]
* @validParents ["sqb-program-section", "sqm-portal-container","div","template","sqm-instant-access-registration","sqb-program-section", "sqm-portal-frame"]
* @example Program Section - Add your program specific content here!
*/
export declare class SqbProgramSection {
ignored: boolean;
/**
* Overwrite the program context used by child components with the selected program.
*
* @uiName Program
* @uiWidget programSelector
*/
programId: string;
el: HTMLElement;
provider: ContextProvider;
constructor();
disconnectedCallback(): void;
render(): any;
}