import { CanvasTheme } from './types';
/**
 * @deprecated ⚠️ `defaultCanvasTheme` is deprecated and will be removed in a future major version. If you want to reset the theme, use `defaultBranding` and apply it to the `CanvasProvider`. For more information, view our [theming docs](https://workday.github.io/canvas-kit/?path=/docs/features-theming-overview--docs).
 */
export declare const defaultCanvasTheme: CanvasTheme;
//# sourceMappingURL=theme.d.ts.map