export declare class MobileHide { /** In addition to hiding all children in screens mobile, this will hide content in screens tablet + smaller */ hidetablet: boolean; render(): any; }