import { MantineInputProps } from './types'; /** * Generates common properties for a component from the JsonForms control props. */ export declare function useCommonProps(props?: MantineInputProps): any;