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