declare namespace _default { function data(): { sm: string; md: string; lg: string; }; } export default _default;