import { DeviceBreakpointsType } from '../../../types/breakpoints/breakpoints';
export declare const onlyDesktopSize: (device: DeviceBreakpointsType, value?: string) => string | undefined;
