import type { CanvasHighContrastTheme } from '@instructure/ui-themes'; declare const borders: import("@instructure/shared-types").Border, breakpoints: import("@instructure/shared-types").Breakpoints, colors: import("@instructure/shared-types").Colors, forms: import("@instructure/shared-types").Forms, media: import("@instructure/shared-types").Media, shadows: import("@instructure/shared-types").Shadows, spacing: import("@instructure/shared-types").Spacing, stacking: import("@instructure/shared-types").Stacking, transitions: import("@instructure/shared-types").Transitions, typography: import("@instructure/shared-types").Typography; declare const key = "canvas-high-contrast"; declare const theme: CanvasHighContrastTheme; export default theme; export { theme, key, colors, borders, transitions, typography, spacing, forms, media, breakpoints, shadows, stacking }; export type { CanvasHighContrastTheme }; //# sourceMappingURL=index.d.ts.map