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