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