declare namespace _default { export { boxShadow }; export { dropShadow }; } export default _default; declare function boxShadow(index?: number): string; declare function dropShadow(index?: number): string;