import type { NewComponentTypes } from '@instructure/ui-themes'; import type { CalendarStyle, CalendarProps } from './props'; /** * --- * private: true * --- * Generates the style object from the theme and provided additional information * @param {Object} componentTheme The theme variable object. * @return {Object} The final style object, which will be used in the component */ declare const generateStyle: (componentTheme: NewComponentTypes["Calendar"], props: CalendarProps) => CalendarStyle; export default generateStyle; //# sourceMappingURL=styles.d.ts.map