import { ComponentInterface } from "../stencil-public-runtime"; export interface OpenerComponent extends ComponentInterface { accessibleExpanded: boolean; accessiblePopup: string; }