export function UiShell({ children }: { children: any; }): React.JSX.Element; export namespace UiShell { namespace propTypes { export { node as children }; } } import React from 'react'; import { node } from 'prop-types'; //# sourceMappingURL=UiShell.d.ts.map