/**
 * @copyright   2020, Miles Johnson
 * @license     https://opensource.org/licenses/MIT
 */
import { Design } from './Design';
import * as mixin from './mixins';
import { Theme } from './Theme';
import { ThemeRegistry } from './ThemeRegistry';
export * from './constants';
export * from './types';
export { Design, mixin, Theme, ThemeRegistry };
//# sourceMappingURL=index.d.ts.map