declare const alwaysVisible: string[];
declare const needsOpen: string[];
declare const needsControls: string[];
declare const alwaysNotVisible: string[];
export { alwaysVisible, needsOpen, needsControls, alwaysNotVisible };
//# sourceMappingURL=constants.d.ts.map