import { Theme } from '../../_mixins'; declare const elementLight: Theme<'Element'>; export default elementLight; export declare type ElementTheme = typeof elementLight;