import { FormControlLabelProps } from '@mui/material'; import { ReactElement } from 'react'; export type OptionsEditorControlProps = Pick & { description?: string; }; export declare const OptionsEditorControl: ({ label, control, description }: OptionsEditorControlProps) => ReactElement; //# sourceMappingURL=OptionsEditorControl.d.ts.map