import React from "react"; type ContentProps = { onSignOut?: () => void; onOtherAssetsClick?: () => void; }; declare function Content(props: ContentProps): React.JSX.Element; export default Content; //# sourceMappingURL=Content.d.ts.map