/**
 * @license
 * Copyright 2018 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { Theme } from '../theme.js';
/**
 * Classic theme.
 * Contains multi-coloured border to create shadow effect.
 */
export declare const Classic: Theme;
//# sourceMappingURL=classic.d.ts.map