import { ResponsivePlugin } from "../PluginManager"; export declare const HIDE_DESKTOP_BLOCK_CLASS_NAME = "hide-desktop-block"; export declare const HIDE_MOBILE_BLOCK_CLASS_NAME = "hide-mobile-block"; export declare const HIDE_DESKTOP_INLINE_BLOCK_CLASS_NAME = "hide-desktop-inline-block"; export declare const HIDE_MOBILE_INLINE_BLOCK_CLASS_NAME = "hide-mobile-inline-block"; export declare class Responsive extends ResponsivePlugin { generateResponsive: ResponsivePlugin["generateResponsive"]; }