import { Size } from '../core/types.js'; export declare const getThemeAndSize: (element: Element | undefined) => { theme?: string; size?: Size; };