import React from 'react'; export type JsonExampleProps = { title?: string; json: unknown; errors: string[]; }; export declare function JsonExample(props: JsonExampleProps): React.JSX.Element; //# sourceMappingURL=json-example.d.ts.map