import type { DeepPartial } from '../../Shared/Types'; import type { DefaultOptions } from '../../Core/Options'; declare namespace AvocadoTheme { const options: DeepPartial; /** * Apply the theme. */ function apply(): void; } export default AvocadoTheme;