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