import React from 'react'; export declare const EntityValidationPage: (props: { defaultYaml?: string; defaultLocation?: string; hideFileLocationField?: boolean; contentHead?: React.ReactNode; }) => React.JSX.Element;