import { View } from '@esui/core'; import '@material/mwc-formfield'; import { Formfield as MdcFormfield } from '@material/mwc-formfield'; export { MdcFormfield }; export declare const Formfield: ((content: View) => import("@esui/core").Builder<{ label: string; alignEnd: boolean; spaceBetween: boolean; nowrap: boolean; content?: View | undefined; }>) & { View: import("@esui/core").Clazz<{ label: string; alignEnd: boolean; spaceBetween: boolean; nowrap: boolean; content?: View | undefined; } & View>; };