import type { Theme } from '@instructure/ui-themes'; import { TreeBrowserButtonTheme } from '@instructure/shared-types'; /** * Generates the theme object for the component from the theme and provided additional information * @param {Object} theme The actual theme object. * @return {Object} The final theme object with the overrides and component variables */ declare const generateComponentTheme: (theme: Theme) => TreeBrowserButtonTheme; export default generateComponentTheme; //# sourceMappingURL=theme.d.ts.map