export declare const getInputComponent: (type?: string) => any;
export declare const getViewComponent: (type?: string) => any;
export declare const getH5InputComponent: (type?: string) => any;
export declare const isLayoutType: (type?: string) => any;