export declare const tabletMediaQuery = "screen and (min-width: 768px)";
export declare const desktopMediaQuery = "screen and (min-width: 1024px)";
