import { CreateAIDTThemeProps } from '../types/theme.types'; import { Theme } from '@mui/material'; declare const createAIDTTheme: ({ paletteMode, palettePublisher, paletteSubject, paletteLevel, typographyType, typographyFontFamily, }: CreateAIDTThemeProps) => Theme; export { createAIDTTheme };