import { FormProps } from './types.js';
export declare const openForm: (options: Omit<FormProps, 'value'>) => Promise<{
    [key: string]: any;
}>;
