import { FormComponentProps } from '@tomino/dynamic-form';
export declare function processControls(props: FormComponentProps): import("@tomino/dynamic-form").FormElement<any, any>[];
