import { instructure } from '@instructure/ui-theme-tokens'; import { BaseTheme } from '@instructure/shared-types'; declare const borders: import("@instructure/shared-types").Border, breakpoints: import("@instructure/shared-types").Breakpoints, colors: import("@instructure/shared-types").Colors & { inaccessibleAlert: string; inaccessibleWarning: string; }, 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 = "instructure"; export type InstructureTheme = BaseTheme & { key: 'instructure'; } & typeof instructure; declare const theme: import("@instructure/theme-registry").Theme; export default theme; export { theme, key, colors, borders, transitions, typography, spacing, forms, media, breakpoints, shadows, stacking }; //# sourceMappingURL=index.d.ts.map