import React from 'react';
import { TypeSchema } from './types';
export declare const fabricsInput: Record<TypeSchema, (schema: any) => React.JSX.Element>;
