declare type Breakpoints = {
    tablet: string;
};
declare const media: Breakpoints;
export default media;
