/**
 * The `FlagsPage` component shows the flags list. It is only
 * used on mobile devices where the flags dropdown is within the drawer.
 */
export default class FlagsPage {
    oninit(vnode: any): void;
    bodyClass: string | undefined;
    view(): JSX.Element;
}
