export declare const DeviceMobileS: () => JSX.Element; export declare const DeviceMobileM: () => JSX.Element; export declare const DeviceMobileL: () => JSX.Element; export declare const DeviceTabletS: () => JSX.Element; export declare const DeviceTabletM: () => JSX.Element; export declare const DeviceTabletL: () => JSX.Element; export declare const DeviceDesktopS: () => JSX.Element; export declare const DeviceDesktopM: () => JSX.Element; export declare const DeviceDesktopL: () => JSX.Element; export declare const DeviceAllS: () => JSX.Element; export declare const DeviceAllM: () => JSX.Element;