declare const screen: { small: string; medium: string; large: string; }; declare const container: { small: string; medium: string; large: string; }; declare const media: (size: string) => string; export { media, screen, container };