export declare const ScreenSizes: { [index: string]: number; }; declare const _default: (size: string) => string; export default _default;