import React from 'react'; import './static/css/App.css'; type Props = { children?: React.ReactNode; }; declare const EhrMinimalFrame: ({ children }: Props) => JSX.Element; export default EhrMinimalFrame;