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