import canvas from '@instructure/ui-themes'; import type { CanvasTheme } 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 theme: import("@instructure/theme-registry").Theme; declare const key = "canvas"; export default canvas; export { theme, key, borders, breakpoints, colors, forms, media, shadows, spacing, stacking, transitions, typography }; export type { CanvasTheme }; //# sourceMappingURL=index.d.ts.map