import { ThemeComponent as TC, Theme } from '../runtime'; export type AcademyOptions = Theme; export declare const Academy: TC<AcademyOptions>;