/// import { SchemaModel } from '../../services'; export declare function Pattern(props: { schema: SchemaModel; }): JSX.Element | null;