declare const _default: { 'frc-number-slider': { dashboard: { displayName: string; }; properties: { value: { type: string; primary: boolean; changeEvent: string; }; min: { type: string; defaultValue: number; }; max: { type: string; defaultValue: number; }; blockIncrement: { type: string; attribute: string; defaultValue: number; }; }; }; 'frc-toggle-button': { dashboard: { displayName: string; }; properties: { toggled: { type: string; defaultValue: boolean; primary: boolean; changeEvent: string; }; label: { type: string; defaultValue: string; }; }; }; 'frc-toggle-switch': { dashboard: { displayName: string; }; properties: { toggled: { type: string; primary: boolean; changeEvent: string; }; }; }; 'frc-toggle-group': { dashboard: { displayName: string; }; properties: { options: { type: string; changeEvent: string; defaultValue: string[]; input: { type: string; }; }; value: { primary: boolean; type: string; changeEvent: string; input: { type: string; allowCustomValues: boolean; getOptions(): string[]; }; }; }; }; 'vaadin-checkbox-group': { dashboard: { displayName: string; topLevel: boolean; }; properties: { disabled: { type: string; reflect: boolean; }; errorMessage: { type: string; attribute: string; }; label: { type: string; }; required: { type: string; }; value: { type: string; changeEvent: string; primary: boolean; }; theme: { type: string; property: boolean; input: { type: string; allowCustomValues: boolean; getOptions(): string[]; }; }; }; slots: { name: string; allowedChildren: string[]; }[]; demos: { html: string; }[]; }; 'vaadin-checkbox': { dashboard: { displayName: string; topLevel: boolean; }; properties: { checked: { type: string; reflect: boolean; primary: boolean; }; disabled: { type: string; reflect: boolean; }; label: { type: string; attribute: boolean; property: string; }; }; demos: { html: string; }[]; }; 'vaadin-combo-box': { dashboard: { displayName: string; }; properties: { items: { type: string; }; value: { type: string; changeEvent: string; primary: boolean; }; allowCustomValue: { type: string; attribute: string; }; label: { type: string; }; placeholder: { type: string; }; disabled: { type: string; reflect: boolean; }; readonly: { type: string; reflect: boolean; }; }; demos: { html: string; }[]; }; 'vaadin-number-field': { dashboard: { displayName: string; }; properties: { value: { type: string; defaultValue: number; primary: boolean; reflect: boolean; changeEvent: string; }; label: { type: string; }; placeholder: { type: string; }; min: { type: string; }; max: { type: string; }; step: { type: string; defaultValue: number; }; hasControls: { type: string; }; clearButtonVisible: { type: string; attribute: string; }; disabled: { type: string; }; readonly: { type: string; }; }; demos: { html: string; }[]; }; 'vaadin-text-field': { dashboard: { displayName: string; }; properties: { value: { type: string; primary: boolean; reflect: boolean; changeEvent: string; }; label: { type: string; }; placeholder: { type: string; }; clearButtonVisible: { type: string; attribute: string; }; disabled: { type: string; }; readonly: { type: string; }; }; demos: { html: string; }[]; }; 'vaadin-radio-button': { dashboard: { displayName: string; topLevel: boolean; }; properties: { checked: { type: string; primary: boolean; changeEvent: string; defaultValue: boolean; }; disabled: { type: string; }; value: { type: string; defaultValue: string; }; }; demos: { html: string; }[]; }; 'vaadin-radio-group': { dashboard: { displayName: string; topLevel: boolean; }; properties: { label: { type: string; defaultValue: string; }; value: { type: string; primary: boolean; reflect: boolean; }; }; slots: { name: string; allowedChildren: string[]; }[]; demos: { html: string; }[]; }; }; export default _default;