import { ThemingConfig } from '@chakra-ui/react';
import { ExcludeUndefined } from '../../../shared/types/utils';
declare const shadows: ExcludeUndefined<ThemingConfig['tokens']>['shadows'];
export default shadows;
