export declare const getThemeAndDensity: (element: Element | undefined) => {
    theme?: string;
    density?: string;
};
