import type { FormControlProps } from '@mui/material'; import type { PropsWithChildren } from 'react'; import React from 'react'; interface EmbedFormControlProps extends FormControlProps { formId?: string; formLabel?: string; } /** Labeled form control wrapper used by embed plugin select controls. */ export declare const EmbedFormControl: React.FC>; export {}; //# sourceMappingURL=EmbedFormControl.d.ts.map