import { type AllThemeOptions } from './theme-options.js'; import { type Theme } from './theme.js'; export declare function defineThemeElements(options: Pick, 'elementTagPrefix' | 'font'>): Theme['elements'];