/**
* Only displayed for certain users. Hides content if not available.
*
* @uiName Conditional Section
* @exampleGroup Advanced
* @slots [{"name":"","title":"Section Content"}]
* @validParents ["sqb-auth-template-switch", "sqb-conditional-section", "sqm-portal-container","div","template","sqm-instant-access-registration","sqb-program-section"]
* @example Conditional Area / Segment -
Add your conditional content here!
* @example Conditional Area / Field -
Add your conditional content here!
*/
export declare class SqbConditionalSection {
/**
* Show child content when a user meets specified criteria. JSONata expression is used to define this logic. A participant’s segments, country code, custom fields and email can be used.
* @uiName Condition
* @uiWidget textArea
* @required
* @minLength 1
*/
condition: string;
constructor();
disconnectedCallback(): void;
render(): any;
}